Shades of Aero Blue #BCFFD8
Tints of Aero Blue #BCFFD8
RGB
CMYK
RGB Variations
Color information
#BCFFD8 (or 0xBCFFD8) is known color: Aero Blue. HEX triplet: BC, FF and D8. RGB value is (188,255,216). Sum of RGB (Red+Green+Blue) = 188+255+216=659 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.53% from 659); Green value is 255 (100% from 255 or 38.69% from 659); Blue value is 216 (84.77% from 255 or 32.78% from 659); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFFD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFFD8 is #430027. Grayscale: #E6E6E6. Windows color (decimal): -4390952 or 14221244. OLE color: 14221244.
HSL color Cylindrical-coordinate representation of color #BCFFD8: hue angle of 145.07º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCFFD8 is Cyan = 0.26, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 255 | 216 | - |
| CMYK | 0.26 | 0 | 0.15 | 0 |
| HSL | 145.07º | 1% | 0.87% | - |
| HSV(B) | 145.07º | 0.26% | 1% | - |
| XYZ | 68.89 | 87.17 | 78.16 | - |
| YUV | 230.52 | 119.8 | 97.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 255 | 216 | 0.26 | 0 | 0.15 | 0 | 145.07 | 1 | 0.87 |
| Hex | BC | FF | D8 | 1A | 0 | F | 0 | 91 | 64 | 57 |
| Octal | 274 | 377 | 330 | 32 | 0 | 17 | 0 | 221 | 144 | 127 |
| Binary | 10111100 | 11111111 | 11011000 | 11010 | 0 | 1111 | 0 | 10010001 | 1100100 | 1010111 |
Color Harmonies of #BCFFD8
Complementary color
Monochromatic Colors of #BCFFD8
Black with #BCFFD8
Text Example
Text Example
White with #BCFFD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFFD8; }
p { color: rgb(188,255,216); }
H1.HeaderClassName
{
color: #BCFFD8;
}
.AnyTagClassName
{
color: #BCFFD8;
}
</style>
background-color css
<style>
a { background-color: #BCFFD8; }
a { background-color: rgb(188,255,216); }
div.DivClassName
{
background-color: #BCFFD8;
}
.BgClassName
{
background-color: #BCFFD8;
}
</style>
border-color css
<style>
span { border-color: #BCFFD8; }
span { border-color: rgb(188,255,216); }
td.TdClassName
{
border-color: #BCFFD8;
}
.TagClassName
{
border-color: #BCFFD8;
}
</style>