#BBECD3

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

Shades of Aero Blue #BBECD3

Tints of Aero Blue #BBECD3

Color information

#BBECD3 (or 0xBBECD3) is unknown color: approx Aero Blue. HEX triplet: BB, EC and D3. RGB value is (187,236,211). Sum of RGB (Red+Green+Blue) = 187+236+211=634 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.50% from 634); Green value is 236 (92.58% from 255 or 37.22% from 634); Blue value is 211 (82.81% from 255 or 33.28% from 634); Max value from RGB is 236 - color contains mainly: green. Hex color #BBECD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBECD3 is #44132C. Grayscale: #DADADA. Windows color (decimal): -4461357 or 13888699. OLE color: 13888699.

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

Color convert

RGB187236211-
CMYK0.2100.110.07
HSL149.39º56.32%82.94%-
HSV(B)149.39º20.76%92.55%-
XYZ62.2575.2672.87-
YUV218.5123.77105.53-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.50%
GREEN value IS 236 (92.58% from 255) = 37.22%
BLUE value IS 211 (82.81% from 255) = 33.28%
R=29.50%
G=37.22%
B=33.28%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1872362110.2100.110.07149.3956.3282.94
HexBBECD3150B7953853
Octal27335432325013722570123
Binary1011101111101100110100111010101011111100101011110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBECD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBECD3; }

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

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

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

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

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

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

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

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