#BBEAD2

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

Shades of Aero Blue #BBEAD2

Tints of Aero Blue #BBEAD2

Color information

#BBEAD2 (or 0xBBEAD2) is unknown color: approx Aero Blue. HEX triplet: BB, EA and D2. RGB value is (187,234,210). Sum of RGB (Red+Green+Blue) = 187+234+210=631 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.64% from 631); Green value is 234 (91.80% from 255 or 37.08% from 631); Blue value is 210 (82.42% from 255 or 33.28% from 631); Max value from RGB is 234 - color contains mainly: green. Hex color #BBEAD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEAD2 is #44152D. Grayscale: #D9D9D9. Windows color (decimal): -4461870 or 13822651. OLE color: 13822651.

HSL color Cylindrical-coordinate representation of color #BBEAD2: hue angle of 149.36º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBEAD2 is Cyan = 0.20, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB187234210-
CMYK0.2000.100.08
HSL149.36º52.81%82.55%-
HSV(B)149.36º20.09%91.76%-
XYZ61.5574.0672.02-
YUV217.21123.93106.45-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.64%
GREEN value IS 234 (91.80% from 255) = 37.08%
BLUE value IS 210 (82.42% from 255) = 33.28%
R=29.64%
G=37.08%
B=33.28%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1872342100.2000.100.08149.3652.8182.55
HexBBEAD2140A8953553
Octal273352322240121022565123
Binary10111011111010101101001010100010101000100101011101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEAD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEAD2; }

 p { color: rgb(187,234,210); }

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

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

 a { background-color: rgb(187,234,210); }

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

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

 span { border-color: rgb(187,234,210); }

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