Shades of Aero Blue #BBFCDD
Tints of Aero Blue #BBFCDD
RGB
CMYK
RGB Variations
Color information
#BBFCDD (or 0xBBFCDD) is known color: Aero Blue. HEX triplet: BB, FC and DD. RGB value is (187,252,221). Sum of RGB (Red+Green+Blue) = 187+252+221=660 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.33% from 660); Green value is 252 (98.83% from 255 or 38.18% from 660); Blue value is 221 (86.72% from 255 or 33.48% from 660); Max value from RGB is 252 - color contains mainly: green. Hex color #BBFCDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFCDD is #440322. Grayscale: #E5E5E5. Windows color (decimal): -4457251 or 14548155. OLE color: 14548155.
HSL color Cylindrical-coordinate representation of color #BBFCDD: hue angle of 151.38º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBFCDD is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 252 | 221 | - |
| CMYK | 0.26 | 0 | 0.12 | 0.01 |
| HSL | 151.38º | 0.92% | 0.86% | - |
| HSV(B) | 151.38º | 0.26% | 0.99% | - |
| XYZ | 68.36 | 85.41 | 81.29 | - |
| YUV | 229.03 | 123.47 | 98.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 252 | 221 | 0.26 | 0 | 0.12 | 0.01 | 151.38 | 0.92 | 0.86 |
| Hex | BB | FC | DD | 1A | 0 | C | 1 | 97 | 5C | 56 |
| Octal | 273 | 374 | 335 | 32 | 0 | 14 | 1 | 227 | 134 | 126 |
| Binary | 10111011 | 11111100 | 11011101 | 11010 | 0 | 1100 | 1 | 10010111 | 1011100 | 1010110 |
Color Harmonies of #BBFCDD
Complementary color
Monochromatic Colors of #BBFCDD
Black with #BBFCDD
Text Example
Text Example
White with #BBFCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFCDD; }
p { color: rgb(187,252,221); }
H1.HeaderClassName
{
color: #BBFCDD;
}
.AnyTagClassName
{
color: #BBFCDD;
}
</style>
background-color css
<style>
a { background-color: #BBFCDD; }
a { background-color: rgb(187,252,221); }
div.DivClassName
{
background-color: #BBFCDD;
}
.BgClassName
{
background-color: #BBFCDD;
}
</style>
border-color css
<style>
span { border-color: #BBFCDD; }
span { border-color: rgb(187,252,221); }
td.TdClassName
{
border-color: #BBFCDD;
}
.TagClassName
{
border-color: #BBFCDD;
}
</style>