Shades of Aero Blue #BBDBCA
Tints of Aero Blue #BBDBCA
RGB
CMYK
RGB Variations
Color information
#BBDBCA (or 0xBBDBCA) is known color: Aero Blue. HEX triplet: BB, DB and CA. RGB value is (187,219,202). Sum of RGB (Red+Green+Blue) = 187+219+202=608 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.76% from 608); Green value is 219 (85.94% from 255 or 36.02% from 608); Blue value is 202 (79.30% from 255 or 33.22% from 608); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDBCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDBCA is #442435. Grayscale: #CFCFCF. Windows color (decimal): -4465718 or 13294523. OLE color: 13294523.
HSL color Cylindrical-coordinate representation of color #BBDBCA: hue angle of 148.12º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBDBCA is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 219 | 202 | - |
| CMYK | 0.15 | 0 | 0.08 | 0.14 |
| HSL | 148.13º | 0.31% | 0.8% | - |
| HSV(B) | 148.13º | 0.15% | 0.86% | - |
| XYZ | 56.49 | 65.49 | 65.54 | - |
| YUV | 207.49 | 124.9 | 113.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 219 | 202 | 0.15 | 0 | 0.08 | 0.14 | 148.13 | 0.31 | 0.8 |
| Hex | BB | DB | CA | F | 0 | 8 | E | 94 | 1F | 50 |
| Octal | 273 | 333 | 312 | 17 | 0 | 10 | 16 | 224 | 37 | 120 |
| Binary | 10111011 | 11011011 | 11001010 | 1111 | 0 | 1000 | 1110 | 10010100 | 11111 | 1010000 |
Color Harmonies of #BBDBCA
Complementary color
Monochromatic Colors of #BBDBCA
Black with #BBDBCA
Text Example
Text Example
White with #BBDBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDBCA; }
p { color: rgb(187,219,202); }
H1.HeaderClassName
{
color: #BBDBCA;
}
.AnyTagClassName
{
color: #BBDBCA;
}
</style>
background-color css
<style>
a { background-color: #BBDBCA; }
a { background-color: rgb(187,219,202); }
div.DivClassName
{
background-color: #BBDBCA;
}
.BgClassName
{
background-color: #BBDBCA;
}
</style>
border-color css
<style>
span { border-color: #BBDBCA; }
span { border-color: rgb(187,219,202); }
td.TdClassName
{
border-color: #BBDBCA;
}
.TagClassName
{
border-color: #BBDBCA;
}
</style>