#BBECCE

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

Shades of Aero Blue #BBECCE

Tints of Aero Blue #BBECCE

Color information

#BBECCE (or 0xBBECCE) is unknown color: approx Aero Blue. HEX triplet: BB, EC and CE. RGB value is (187,236,206). Sum of RGB (Red+Green+Blue) = 187+236+206=629 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.73% from 629); Green value is 236 (92.58% from 255 or 37.52% from 629); Blue value is 206 (80.86% from 255 or 32.75% from 629); Max value from RGB is 236 - color contains mainly: green. Hex color #BBECCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBECCE is #441331. Grayscale: #D9D9D9. Windows color (decimal): -4461362 or 13561019. OLE color: 13561019.

HSL color Cylindrical-coordinate representation of color #BBECCE: hue angle of 143.27º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBECCE is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB187236206-
CMYK0.2100.130.07
HSL143.27º56.32%82.94%-
HSV(B)143.27º20.76%92.55%-
XYZ61.6375.0169.62-
YUV217.93121.27105.94-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.73%
GREEN value IS 236 (92.58% from 255) = 37.52%
BLUE value IS 206 (80.86% from 255) = 32.75%
R=29.73%
G=37.52%
B=32.75%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1872362060.2100.130.07143.2756.3282.94
HexBBECCE150D78f3853
Octal27335431625015721770123
Binary1011101111101100110011101010101101111100011111110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBECCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBECCE; }

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

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

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

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

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

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

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

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