Shades of Aero Blue #BBFCDA
Tints of Aero Blue #BBFCDA
RGB
CMYK
RGB Variations
Color information
#BBFCDA (or 0xBBFCDA) is known color: Aero Blue. HEX triplet: BB, FC and DA. RGB value is (187,252,218). Sum of RGB (Red+Green+Blue) = 187+252+218=657 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.46% from 657); Green value is 252 (98.83% from 255 or 38.36% from 657); Blue value is 218 (85.55% from 255 or 33.18% from 657); Max value from RGB is 252 - color contains mainly: green. Hex color #BBFCDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFCDA is #440325. Grayscale: #E4E4E4. Windows color (decimal): -4457254 or 14351547. OLE color: 14351547.
HSL color Cylindrical-coordinate representation of color #BBFCDA: hue angle of 148.62º 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 #BBFCDA is Cyan = 0.26, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 252 | 218 | - |
| CMYK | 0.26 | 0 | 0.13 | 0.01 |
| HSL | 148.62º | 0.92% | 0.86% | - |
| HSV(B) | 148.62º | 0.26% | 0.99% | - |
| XYZ | 67.96 | 85.25 | 79.2 | - |
| YUV | 228.69 | 121.97 | 98.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 252 | 218 | 0.26 | 0 | 0.13 | 0.01 | 148.62 | 0.92 | 0.86 |
| Hex | BB | FC | DA | 1A | 0 | D | 1 | 95 | 5C | 56 |
| Octal | 273 | 374 | 332 | 32 | 0 | 15 | 1 | 225 | 134 | 126 |
| Binary | 10111011 | 11111100 | 11011010 | 11010 | 0 | 1101 | 1 | 10010101 | 1011100 | 1010110 |
Color Harmonies of #BBFCDA
Complementary color
Monochromatic Colors of #BBFCDA
Black with #BBFCDA
Text Example
Text Example
White with #BBFCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFCDA; }
p { color: rgb(187,252,218); }
H1.HeaderClassName
{
color: #BBFCDA;
}
.AnyTagClassName
{
color: #BBFCDA;
}
</style>
background-color css
<style>
a { background-color: #BBFCDA; }
a { background-color: rgb(187,252,218); }
div.DivClassName
{
background-color: #BBFCDA;
}
.BgClassName
{
background-color: #BBFCDA;
}
</style>
border-color css
<style>
span { border-color: #BBFCDA; }
span { border-color: rgb(187,252,218); }
td.TdClassName
{
border-color: #BBFCDA;
}
.TagClassName
{
border-color: #BBFCDA;
}
</style>