#BBE1CE

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

Shades of Aero Blue #BBE1CE

Tints of Aero Blue #BBE1CE

Color information

#BBE1CE (or 0xBBE1CE) is unknown color: approx Aero Blue. HEX triplet: BB, E1 and CE. RGB value is (187,225,206). Sum of RGB (Red+Green+Blue) = 187+225+206=618 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.26% from 618); Green value is 225 (88.28% from 255 or 36.41% from 618); Blue value is 206 (80.86% from 255 or 33.33% from 618); Max value from RGB is 225 - color contains mainly: green. Hex color #BBE1CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE1CE is #441E31. Grayscale: #D3D3D3. Windows color (decimal): -4464178 or 13558203. OLE color: 13558203.

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

Color convert

RGB187225206-
CMYK0.1700.080.12
HSL150º38.78%80.78%-
HSV(B)150º16.89%88.24%-
XYZ58.5668.8768.6-
YUV211.47124.91110.54-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.26%
GREEN value IS 225 (88.28% from 255) = 36.41%
BLUE value IS 206 (80.86% from 255) = 33.33%
R=30.26%
G=36.41%
B=33.33%

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
Decimal1872252060.1700.080.1215038.7880.78
HexBBE1CE1108C962751
Octal273341316210101422647121
Binary10111011111000011100111010001010001100100101101001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE1CE; }

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

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

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

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

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

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

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

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