#BBE2CE

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

Shades of Aero Blue #BBE2CE

Tints of Aero Blue #BBE2CE

Color information

#BBE2CE (or 0xBBE2CE) is unknown color: approx Aero Blue. HEX triplet: BB, E2 and CE. RGB value is (187,226,206). Sum of RGB (Red+Green+Blue) = 187+226+206=619 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.21% from 619); Green value is 226 (88.67% from 255 or 36.51% from 619); Blue value is 206 (80.86% from 255 or 33.28% from 619); Max value from RGB is 226 - color contains mainly: green. Hex color #BBE2CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE2CE is #441D31. Grayscale: #D4D4D4. Windows color (decimal): -4463922 or 13558459. OLE color: 13558459.

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

Color convert

RGB187226206-
CMYK0.1700.090.11
HSL149.23º40.21%80.98%-
HSV(B)149.23º17.26%88.63%-
XYZ58.8369.4168.69-
YUV212.06124.58110.13-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.21%
GREEN value IS 226 (88.67% from 255) = 36.51%
BLUE value IS 206 (80.86% from 255) = 33.28%
R=30.21%
G=36.51%
B=33.28%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1872262060.1700.090.11149.2340.2180.98
HexBBE2CE1109B952851
Octal273342316210111322550121
Binary10111011111000101100111010001010011011100101011010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE2CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE2CE; }

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

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

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

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

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

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

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

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