#BBE8D3

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

Shades of Aero Blue #BBE8D3

Tints of Aero Blue #BBE8D3

Color information

#BBE8D3 (or 0xBBE8D3) is unknown color: approx Aero Blue. HEX triplet: BB, E8 and D3. RGB value is (187,232,211). Sum of RGB (Red+Green+Blue) = 187+232+211=630 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.68% from 630); Green value is 232 (91.02% from 255 or 36.83% from 630); Blue value is 211 (82.81% from 255 or 33.49% from 630); Max value from RGB is 232 - color contains mainly: green. Hex color #BBE8D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBE8D3 is #44172C. Grayscale: #D8D8D8. Windows color (decimal): -4462381 or 13887675. OLE color: 13887675.

HSL color Cylindrical-coordinate representation of color #BBE8D3: hue angle of 152º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBE8D3 is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.

Color convert

RGB187232211-
CMYK0.1900.090.09
HSL152º49.45%82.16%-
HSV(B)152º19.4%90.98%-
XYZ61.1172.9872.49-
YUV216.15125.09107.21-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.68%
GREEN value IS 232 (91.02% from 255) = 36.83%
BLUE value IS 211 (82.81% from 255) = 33.49%
R=29.68%
G=36.83%
B=33.49%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1872322110.1900.090.0915249.4582.16
HexBBE8D313099983152
Octal273350323230111123061122
Binary10111011111010001101001110011010011001100110001100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE8D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE8D3; }

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

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

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

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

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

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

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

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