#BBEAD3

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

Shades of Aero Blue #BBEAD3

Tints of Aero Blue #BBEAD3

Color information

#BBEAD3 (or 0xBBEAD3) is unknown color: approx Aero Blue. HEX triplet: BB, EA and D3. RGB value is (187,234,211). Sum of RGB (Red+Green+Blue) = 187+234+211=632 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.59% from 632); Green value is 234 (91.80% from 255 or 37.03% from 632); Blue value is 211 (82.81% from 255 or 33.39% from 632); Max value from RGB is 234 - color contains mainly: green. Hex color #BBEAD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEAD3 is #44152C. Grayscale: #D9D9D9. Windows color (decimal): -4461869 or 13888187. OLE color: 13888187.

HSL color Cylindrical-coordinate representation of color #BBEAD3: hue angle of 150.64º 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 #BBEAD3 is Cyan = 0.20, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB187234211-
CMYK0.2000.100.08
HSL150.64º52.81%82.55%-
HSV(B)150.64º20.09%91.76%-
XYZ61.6774.1172.68-
YUV217.32124.43106.37-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.59%
GREEN value IS 234 (91.80% from 255) = 37.03%
BLUE value IS 211 (82.81% from 255) = 33.39%
R=29.59%
G=37.03%
B=33.39%

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
Decimal1872342110.2000.100.08150.6452.8182.55
HexBBEAD3140A8973553
Octal273352323240121022765123
Binary10111011111010101101001110100010101000100101111101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEAD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEAD3; }

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

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

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

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

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

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

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

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