Shades of Aero Blue #BCFBDD
Tints of Aero Blue #BCFBDD
RGB
CMYK
RGB Variations
Color information
#BCFBDD (or 0xBCFBDD) is known color: Aero Blue. HEX triplet: BC, FB and DD. RGB value is (188,251,221). Sum of RGB (Red+Green+Blue) = 188+251+221=660 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.48% from 660); Green value is 251 (98.44% from 255 or 38.03% from 660); Blue value is 221 (86.72% from 255 or 33.48% from 660); Max value from RGB is 251 - color contains mainly: green. Hex color #BCFBDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFBDD is #430422. Grayscale: #E4E4E4. Windows color (decimal): -4391971 or 14547900. OLE color: 14547900.
HSL color Cylindrical-coordinate representation of color #BCFBDD: hue angle of 151.43º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCFBDD is Cyan = 0.25, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 251 | 221 | - |
| CMYK | 0.25 | 0 | 0.12 | 0.02 |
| HSL | 151.43º | 0.89% | 0.86% | - |
| HSV(B) | 151.43º | 0.25% | 0.98% | - |
| XYZ | 68.29 | 84.91 | 81.2 | - |
| YUV | 228.74 | 123.63 | 98.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 251 | 221 | 0.25 | 0 | 0.12 | 0.02 | 151.43 | 0.89 | 0.86 |
| Hex | BC | FB | DD | 19 | 0 | C | 2 | 97 | 59 | 56 |
| Octal | 274 | 373 | 335 | 31 | 0 | 14 | 2 | 227 | 131 | 126 |
| Binary | 10111100 | 11111011 | 11011101 | 11001 | 0 | 1100 | 10 | 10010111 | 1011001 | 1010110 |
Color Harmonies of #BCFBDD
Complementary color
Monochromatic Colors of #BCFBDD
Black with #BCFBDD
Text Example
Text Example
White with #BCFBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFBDD; }
p { color: rgb(188,251,221); }
H1.HeaderClassName
{
color: #BCFBDD;
}
.AnyTagClassName
{
color: #BCFBDD;
}
</style>
background-color css
<style>
a { background-color: #BCFBDD; }
a { background-color: rgb(188,251,221); }
div.DivClassName
{
background-color: #BCFBDD;
}
.BgClassName
{
background-color: #BCFBDD;
}
</style>
border-color css
<style>
span { border-color: #BCFBDD; }
span { border-color: rgb(188,251,221); }
td.TdClassName
{
border-color: #BCFBDD;
}
.TagClassName
{
border-color: #BCFBDD;
}
</style>