#BBEED3

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

Shades of Aero Blue #BBEED3

Tints of Aero Blue #BBEED3

Color information

#BBEED3 (or 0xBBEED3) is unknown color: approx Aero Blue. HEX triplet: BB, EE and D3. RGB value is (187,238,211). Sum of RGB (Red+Green+Blue) = 187+238+211=636 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.40% from 636); Green value is 238 (93.36% from 255 or 37.42% from 636); Blue value is 211 (82.81% from 255 or 33.18% from 636); Max value from RGB is 238 - color contains mainly: green. Hex color #BBEED3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEED3 is #44112C. Grayscale: #DBDBDB. Windows color (decimal): -4460845 or 13889211. OLE color: 13889211.

HSL color Cylindrical-coordinate representation of color #BBEED3: hue angle of 148.24º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBEED3 is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB187238211-
CMYK0.2100.110.07
HSL148.24º60%83.33%-
HSV(B)148.24º21.43%93.33%-
XYZ62.8376.4273.07-
YUV219.67123.1104.7-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.40%
GREEN value IS 238 (93.36% from 255) = 37.42%
BLUE value IS 211 (82.81% from 255) = 33.18%
R=29.40%
G=37.42%
B=33.18%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1872382110.2100.110.07148.246083.33
HexBBEED3150B7943c53
Octal27335632325013722474123
Binary1011101111101110110100111010101011111100101001111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEED3; }

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

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

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

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

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

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

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

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