Shades of Aero Blue #BCFBD8
Tints of Aero Blue #BCFBD8
RGB
CMYK
RGB Variations
Color information
#BCFBD8 (or 0xBCFBD8) is known color: Aero Blue. HEX triplet: BC, FB and D8. RGB value is (188,251,216). Sum of RGB (Red+Green+Blue) = 188+251+216=655 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.70% from 655); Green value is 251 (98.44% from 255 or 38.32% from 655); Blue value is 216 (84.77% from 255 or 32.98% from 655); Max value from RGB is 251 - color contains mainly: green. Hex color #BCFBD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFBD8 is #430427. Grayscale: #E4E4E4. Windows color (decimal): -4391976 or 14220220. OLE color: 14220220.
HSL color Cylindrical-coordinate representation of color #BCFBD8: hue angle of 146.67º 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 #BCFBD8 is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 251 | 216 | - |
| CMYK | 0.25 | 0 | 0.14 | 0.02 |
| HSL | 146.67º | 0.89% | 0.86% | - |
| HSV(B) | 146.67º | 0.25% | 0.98% | - |
| XYZ | 67.63 | 84.64 | 77.74 | - |
| YUV | 228.17 | 121.13 | 99.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 251 | 216 | 0.25 | 0 | 0.14 | 0.02 | 146.67 | 0.89 | 0.86 |
| Hex | BC | FB | D8 | 19 | 0 | E | 2 | 93 | 59 | 56 |
| Octal | 274 | 373 | 330 | 31 | 0 | 16 | 2 | 223 | 131 | 126 |
| Binary | 10111100 | 11111011 | 11011000 | 11001 | 0 | 1110 | 10 | 10010011 | 1011001 | 1010110 |
Color Harmonies of #BCFBD8
Complementary color
Monochromatic Colors of #BCFBD8
Black with #BCFBD8
Text Example
Text Example
White with #BCFBD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFBD8; }
p { color: rgb(188,251,216); }
H1.HeaderClassName
{
color: #BCFBD8;
}
.AnyTagClassName
{
color: #BCFBD8;
}
</style>
background-color css
<style>
a { background-color: #BCFBD8; }
a { background-color: rgb(188,251,216); }
div.DivClassName
{
background-color: #BCFBD8;
}
.BgClassName
{
background-color: #BCFBD8;
}
</style>
border-color css
<style>
span { border-color: #BCFBD8; }
span { border-color: rgb(188,251,216); }
td.TdClassName
{
border-color: #BCFBD8;
}
.TagClassName
{
border-color: #BCFBD8;
}
</style>