#BBE0CB

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

Shades of Aero Blue #BBE0CB

Tints of Aero Blue #BBE0CB

Color information

#BBE0CB (or 0xBBE0CB) is unknown color: approx Aero Blue. HEX triplet: BB, E0 and CB. RGB value is (187,224,203). Sum of RGB (Red+Green+Blue) = 187+224+203=614 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.46% from 614); Green value is 224 (87.89% from 255 or 36.48% from 614); Blue value is 203 (79.69% from 255 or 33.06% from 614); Max value from RGB is 224 - color contains mainly: green. Hex color #BBE0CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE0CB is #441F34. Grayscale: #D2D2D2. Windows color (decimal): -4464437 or 13361339. OLE color: 13361339.

HSL color Cylindrical-coordinate representation of color #BBE0CB: hue angle of 145.95º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BBE0CB is Cyan = 0.17, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB187224203-
CMYK0.1700.090.12
HSL145.95º37.37%80.59%-
HSV(B)145.95º16.52%87.84%-
XYZ57.9368.1966.61-
YUV210.54123.74111.21-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.46%
GREEN value IS 224 (87.89% from 255) = 36.48%
BLUE value IS 203 (79.69% from 255) = 33.06%
R=30.46%
G=36.48%
B=33.06%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1872242030.1700.090.12145.9537.3780.59
HexBBE0CB1109C922551
Octal273340313210111422245121
Binary10111011111000001100101110001010011100100100101001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE0CB; }

 p { color: rgb(187,224,203); }

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

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

 a { background-color: rgb(187,224,203); }

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

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

 span { border-color: rgb(187,224,203); }

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