#BBECD8

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

Shades of Aero Blue #BBECD8

Tints of Aero Blue #BBECD8

Color information

#BBECD8 (or 0xBBECD8) is unknown color: approx Aero Blue. HEX triplet: BB, EC and D8. RGB value is (187,236,216). Sum of RGB (Red+Green+Blue) = 187+236+216=639 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.26% from 639); Green value is 236 (92.58% from 255 or 36.93% from 639); Blue value is 216 (84.77% from 255 or 33.80% from 639); Max value from RGB is 236 - color contains mainly: green. Hex color #BBECD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBECD8 is #441327. Grayscale: #DBDBDB. Windows color (decimal): -4461352 or 14216379. OLE color: 14216379.

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

Color convert

RGB187236216-
CMYK0.2100.080.07
HSL155.51º56.32%82.94%-
HSV(B)155.51º20.76%92.55%-
XYZ62.8875.5176.23-
YUV219.07126.27105.13-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.26%
GREEN value IS 236 (92.58% from 255) = 36.93%
BLUE value IS 216 (84.77% from 255) = 33.80%
R=29.26%
G=36.93%
B=33.80%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1872362160.2100.080.07155.5156.3282.94
HexBBECD8150879c3853
Octal27335433025010723470123
Binary1011101111101100110110001010101000111100111001110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBECD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBECD8; }

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

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

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

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

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

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

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

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