#BFF4DB

Color #BFF4DB Aero Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aero Blue #BFF4DB

Tints of Aero Blue #BFF4DB

Color information

#BFF4DB (or 0xBFF4DB) is unknown color: approx Aero Blue. HEX triplet: BF, F4 and DB. RGB value is (191,244,219). Sum of RGB (Red+Green+Blue) = 191+244+219=654 (86% of max value = 765). Red value is 191 (75% from 255 or 29.20% from 654); Green value is 244 (95.70% from 255 or 37.31% from 654); Blue value is 219 (85.94% from 255 or 33.49% from 654); Max value from RGB is 244 - color contains mainly: green. Hex color #BFF4DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF4DB is #400B24. Grayscale: #E1E1E1. Windows color (decimal): -4197157 or 14415039. OLE color: 14415039.

HSL color Cylindrical-coordinate representation of color #BFF4DB: hue angle of 151.7º degrees, saturation: 0.71, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFF4DB is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB191244219-
CMYK0.2200.100.04
HSL151.7º70.67%85.29%-
HSV(B)151.7º21.72%95.69%-
XYZ66.6280.8979.12-
YUV225.3124.44103.53-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 29.20%
GREEN value IS 244 (95.70% from 255) = 37.31%
BLUE value IS 219 (85.94% from 255) = 33.49%
R=29.20%
G=37.31%
B=33.49%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1912442190.2200.100.04151.770.6785.29
HexBFF4DB160A4984755
Octal277364333260124230107125
Binary10111111111101001101101110110010101001001100010001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF4DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF4DB; }

 p { color: rgb(191,244,219); }

 H1.HeaderClassName
 {
   color: #BFF4DB;
 }
 .AnyTagClassName
 {
   color: #BFF4DB;
 }
</style>
background-color css

<style>
 a { background-color: #BFF4DB; }

 a { background-color: rgb(191,244,219); }

 div.DivClassName
 {
   background-color: #BFF4DB;
 }
 .BgClassName
 {
   background-color: #BFF4DB;
 }
</style>
border-color css

<style>
 span { border-color: #BFF4DB; }

 span { border-color: rgb(191,244,219); }

 td.TdClassName
 {
   border-color: #BFF4DB;
 }
 .TagClassName
 {
   border-color: #BFF4DB;
 }
</style>