Shades of Aero Blue #BBDFCE
Tints of Aero Blue #BBDFCE
RGB
CMYK
RGB Variations
Color information
#BBDFCE (or 0xBBDFCE) is known color: Aero Blue. HEX triplet: BB, DF and CE. RGB value is (187,223,206). Sum of RGB (Red+Green+Blue) = 187+223+206=616 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.36% from 616); Green value is 223 (87.5% from 255 or 36.20% from 616); Blue value is 206 (80.86% from 255 or 33.44% from 616); Max value from RGB is 223 - color contains mainly: green. Hex color #BBDFCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDFCE is #442031. Grayscale: #D2D2D2. Windows color (decimal): -4464690 or 13557691. OLE color: 13557691.
HSL color Cylindrical-coordinate representation of color #BBDFCE: hue angle of 151.67º degrees, saturation: 0.36, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BBDFCE is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 223 | 206 | - |
| CMYK | 0.16 | 0 | 0.08 | 0.13 |
| HSL | 151.67º | 0.36% | 0.8% | - |
| HSV(B) | 151.67º | 0.16% | 0.87% | - |
| XYZ | 58.02 | 67.8 | 68.42 | - |
| YUV | 210.3 | 125.57 | 111.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 223 | 206 | 0.16 | 0 | 0.08 | 0.13 | 151.67 | 0.36 | 0.8 |
| Hex | BB | DF | CE | 10 | 0 | 8 | D | 98 | 24 | 50 |
| Octal | 273 | 337 | 316 | 20 | 0 | 10 | 15 | 230 | 44 | 120 |
| Binary | 10111011 | 11011111 | 11001110 | 10000 | 0 | 1000 | 1101 | 10011000 | 100100 | 1010000 |
Color Harmonies of #BBDFCE
Complementary color
Monochromatic Colors of #BBDFCE
Black with #BBDFCE
Text Example
Text Example
White with #BBDFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDFCE; }
p { color: rgb(187,223,206); }
H1.HeaderClassName
{
color: #BBDFCE;
}
.AnyTagClassName
{
color: #BBDFCE;
}
</style>
background-color css
<style>
a { background-color: #BBDFCE; }
a { background-color: rgb(187,223,206); }
div.DivClassName
{
background-color: #BBDFCE;
}
.BgClassName
{
background-color: #BBDFCE;
}
</style>
border-color css
<style>
span { border-color: #BBDFCE; }
span { border-color: rgb(187,223,206); }
td.TdClassName
{
border-color: #BBDFCE;
}
.TagClassName
{
border-color: #BBDFCE;
}
</style>