#BBE8CF

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

Shades of Aero Blue #BBE8CF

Tints of Aero Blue #BBE8CF

Color information

#BBE8CF (or 0xBBE8CF) is unknown color: approx Aero Blue. HEX triplet: BB, E8 and CF. RGB value is (187,232,207). Sum of RGB (Red+Green+Blue) = 187+232+207=626 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.87% from 626); Green value is 232 (91.02% from 255 or 37.06% from 626); Blue value is 207 (81.25% from 255 or 33.07% from 626); Max value from RGB is 232 - color contains mainly: green. Hex color #BBE8CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBE8CF is #441730. Grayscale: #D7D7D7. Windows color (decimal): -4462385 or 13625531. OLE color: 13625531.

HSL color Cylindrical-coordinate representation of color #BBE8CF: hue angle of 146.67º 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 #BBE8CF is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB187232207-
CMYK0.1900.110.09
HSL146.67º49.45%82.16%-
HSV(B)146.67º19.4%90.98%-
XYZ60.6172.7869.89-
YUV215.7123.09107.53-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.87%
GREEN value IS 232 (91.02% from 255) = 37.06%
BLUE value IS 207 (81.25% from 255) = 33.07%
R=29.87%
G=37.06%
B=33.07%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1872322070.1900.110.09146.6749.4582.16
HexBBE8CF130B9933152
Octal273350317230131122361122
Binary10111011111010001100111110011010111001100100111100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE8CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE8CF; }

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

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

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

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

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

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

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

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