Shades of Aero Blue #BBDFCA
Tints of Aero Blue #BBDFCA
RGB
CMYK
RGB Variations
Color information
#BBDFCA (or 0xBBDFCA) is known color: Aero Blue. HEX triplet: BB, DF and CA. RGB value is (187,223,202). Sum of RGB (Red+Green+Blue) = 187+223+202=612 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.56% from 612); Green value is 223 (87.5% from 255 or 36.44% from 612); Blue value is 202 (79.30% from 255 or 33.01% from 612); Max value from RGB is 223 - color contains mainly: green. Hex color #BBDFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDFCA is #442035. Grayscale: #D1D1D1. Windows color (decimal): -4464694 or 13295547. OLE color: 13295547.
HSL color Cylindrical-coordinate representation of color #BBDFCA: hue angle of 145º 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 #BBDFCA is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 223 | 202 | - |
| CMYK | 0.16 | 0 | 0.09 | 0.13 |
| HSL | 145º | 0.36% | 0.8% | - |
| HSV(B) | 145º | 0.16% | 0.87% | - |
| XYZ | 57.54 | 67.6 | 65.89 | - |
| YUV | 209.84 | 123.57 | 111.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 223 | 202 | 0.16 | 0 | 0.09 | 0.13 | 145 | 0.36 | 0.8 |
| Hex | BB | DF | CA | 10 | 0 | 9 | D | 91 | 24 | 50 |
| Octal | 273 | 337 | 312 | 20 | 0 | 11 | 15 | 221 | 44 | 120 |
| Binary | 10111011 | 11011111 | 11001010 | 10000 | 0 | 1001 | 1101 | 10010001 | 100100 | 1010000 |
Color Harmonies of #BBDFCA
Complementary color
Monochromatic Colors of #BBDFCA
Black with #BBDFCA
Text Example
Text Example
White with #BBDFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDFCA; }
p { color: rgb(187,223,202); }
H1.HeaderClassName
{
color: #BBDFCA;
}
.AnyTagClassName
{
color: #BBDFCA;
}
</style>
background-color css
<style>
a { background-color: #BBDFCA; }
a { background-color: rgb(187,223,202); }
div.DivClassName
{
background-color: #BBDFCA;
}
.BgClassName
{
background-color: #BBDFCA;
}
</style>
border-color css
<style>
span { border-color: #BBDFCA; }
span { border-color: rgb(187,223,202); }
td.TdClassName
{
border-color: #BBDFCA;
}
.TagClassName
{
border-color: #BBDFCA;
}
</style>