#BBDDCE

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

Shades of Aero Blue #BBDDCE

Tints of Aero Blue #BBDDCE

Color information

#BBDDCE (or 0xBBDDCE) is unknown color: approx Aero Blue. HEX triplet: BB, DD and CE. RGB value is (187,221,206). Sum of RGB (Red+Green+Blue) = 187+221+206=614 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.46% from 614); Green value is 221 (86.72% from 255 or 35.99% from 614); Blue value is 206 (80.86% from 255 or 33.55% from 614); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDDCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDDCE is #442231. Grayscale: #D1D1D1. Windows color (decimal): -4465202 or 13557179. OLE color: 13557179.

HSL color Cylindrical-coordinate representation of color #BBDDCE: hue angle of 153.53º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBDDCE is Cyan = 0.15, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB187221206-
CMYK0.1500.070.13
HSL153.53º33.33%80%-
HSV(B)153.53º15.38%86.67%-
XYZ57.4966.7368.24-
YUV209.12126.24112.22-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.46%
GREEN value IS 221 (86.72% from 255) = 35.99%
BLUE value IS 206 (80.86% from 255) = 33.55%
R=30.46%
G=35.99%
B=33.55%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1872212060.1500.070.13153.5333.3380
HexBBDDCEF07D9a2150
Octal27333531617071523241120
Binary101110111101110111001110111101111101100110101000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDDCE; }

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

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

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

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

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

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

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

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