Shades of Aero Blue #BCFFDE
Tints of Aero Blue #BCFFDE
RGB
CMYK
RGB Variations
Color information
#BCFFDE (or 0xBCFFDE) is known color: Aero Blue. HEX triplet: BC, FF and DE. RGB value is (188,255,222). Sum of RGB (Red+Green+Blue) = 188+255+222=665 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.27% from 665); Green value is 255 (100% from 255 or 38.35% from 665); Blue value is 222 (87.11% from 255 or 33.38% from 665); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFFDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFFDE is #430021. Grayscale: #E7E7E7. Windows color (decimal): -4390946 or 14614460. OLE color: 14614460.
HSL color Cylindrical-coordinate representation of color #BCFFDE: hue angle of 150.45º 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 #BCFFDE is Cyan = 0.26, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 255 | 222 | - |
| CMYK | 0.26 | 0 | 0.13 | 0 |
| HSL | 150.45º | 1% | 0.87% | - |
| HSV(B) | 150.45º | 0.26% | 1% | - |
| XYZ | 69.68 | 87.49 | 82.32 | - |
| YUV | 231.21 | 122.8 | 97.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 255 | 222 | 0.26 | 0 | 0.13 | 0 | 150.45 | 1 | 0.87 |
| Hex | BC | FF | DE | 1A | 0 | D | 0 | 96 | 64 | 57 |
| Octal | 274 | 377 | 336 | 32 | 0 | 15 | 0 | 226 | 144 | 127 |
| Binary | 10111100 | 11111111 | 11011110 | 11010 | 0 | 1101 | 0 | 10010110 | 1100100 | 1010111 |
Color Harmonies of #BCFFDE
Complementary color
Monochromatic Colors of #BCFFDE
Black with #BCFFDE
Text Example
Text Example
White with #BCFFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFFDE; }
p { color: rgb(188,255,222); }
H1.HeaderClassName
{
color: #BCFFDE;
}
.AnyTagClassName
{
color: #BCFFDE;
}
</style>
background-color css
<style>
a { background-color: #BCFFDE; }
a { background-color: rgb(188,255,222); }
div.DivClassName
{
background-color: #BCFFDE;
}
.BgClassName
{
background-color: #BCFFDE;
}
</style>
border-color css
<style>
span { border-color: #BCFFDE; }
span { border-color: rgb(188,255,222); }
td.TdClassName
{
border-color: #BCFFDE;
}
.TagClassName
{
border-color: #BCFFDE;
}
</style>