#BBE7CE

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

Shades of Aero Blue #BBE7CE

Tints of Aero Blue #BBE7CE

Color information

#BBE7CE (or 0xBBE7CE) is unknown color: approx Aero Blue. HEX triplet: BB, E7 and CE. RGB value is (187,231,206). Sum of RGB (Red+Green+Blue) = 187+231+206=624 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.97% from 624); Green value is 231 (90.62% from 255 or 37.02% from 624); Blue value is 206 (80.86% from 255 or 33.01% from 624); Max value from RGB is 231 - color contains mainly: green. Hex color #BBE7CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBE7CE is #441831. Grayscale: #D7D7D7. Windows color (decimal): -4462642 or 13559739. OLE color: 13559739.

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

Color convert

RGB187231206-
CMYK0.1900.110.09
HSL145.91º47.83%81.96%-
HSV(B)145.91º19.05%90.59%-
XYZ60.2172.1769.15-
YUV214.99122.92108.03-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.97%
GREEN value IS 231 (90.62% from 255) = 37.02%
BLUE value IS 206 (80.86% from 255) = 33.01%
R=29.97%
G=37.02%
B=33.01%

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
Decimal1872312060.1900.110.09145.9147.8381.96
HexBBE7CE130B9923052
Octal273347316230131122260122
Binary10111011111001111100111010011010111001100100101100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE7CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE7CE; }

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

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

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

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

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

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

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

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