#BBE0CE

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

Shades of Aero Blue #BBE0CE

Tints of Aero Blue #BBE0CE

Color information

#BBE0CE (or 0xBBE0CE) is unknown color: approx Aero Blue. HEX triplet: BB, E0 and CE. RGB value is (187,224,206). Sum of RGB (Red+Green+Blue) = 187+224+206=617 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.31% from 617); Green value is 224 (87.89% from 255 or 36.30% from 617); Blue value is 206 (80.86% from 255 or 33.39% from 617); Max value from RGB is 224 - color contains mainly: green. Hex color #BBE0CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE0CE is #441F31. Grayscale: #D2D2D2. Windows color (decimal): -4464434 or 13557947. OLE color: 13557947.

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

Color convert

RGB187224206-
CMYK0.1700.080.12
HSL150.81º37.37%80.59%-
HSV(B)150.81º16.52%87.84%-
XYZ58.2968.3368.51-
YUV210.89125.24110.96-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.31%
GREEN value IS 224 (87.89% from 255) = 36.30%
BLUE value IS 206 (80.86% from 255) = 33.39%
R=30.31%
G=36.30%
B=33.39%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1872242060.1700.080.12150.8137.3780.59
HexBBE0CE1108C972551
Octal273340316210101422745121
Binary10111011111000001100111010001010001100100101111001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE0CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE0CE; }

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

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

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

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

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

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

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

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