Shades of Aero Blue #BCFFD4
Tints of Aero Blue #BCFFD4
RGB
CMYK
RGB Variations
Color information
#BCFFD4 (or 0xBCFFD4) is known color: Aero Blue. HEX triplet: BC, FF and D4. RGB value is (188,255,212). Sum of RGB (Red+Green+Blue) = 188+255+212=655 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.70% from 655); Green value is 255 (100% from 255 or 38.93% from 655); Blue value is 212 (83.20% from 255 or 32.37% from 655); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFFD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFFD4 is #43002B. Grayscale: #E6E6E6. Windows color (decimal): -4390956 or 13959100. OLE color: 13959100.
HSL color Cylindrical-coordinate representation of color #BCFFD4: hue angle of 141.49º 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 #BCFFD4 is Cyan = 0.26, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 255 | 212 | - |
| CMYK | 0.26 | 0 | 0.17 | 0 |
| HSL | 141.49º | 1% | 0.87% | - |
| HSV(B) | 141.49º | 0.26% | 1% | - |
| XYZ | 68.38 | 86.96 | 75.47 | - |
| YUV | 230.07 | 117.8 | 98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 255 | 212 | 0.26 | 0 | 0.17 | 0 | 141.49 | 1 | 0.87 |
| Hex | BC | FF | D4 | 1A | 0 | 11 | 0 | 8D | 64 | 57 |
| Octal | 274 | 377 | 324 | 32 | 0 | 21 | 0 | 215 | 144 | 127 |
| Binary | 10111100 | 11111111 | 11010100 | 11010 | 0 | 10001 | 0 | 10001101 | 1100100 | 1010111 |
Color Harmonies of #BCFFD4
Complementary color
Monochromatic Colors of #BCFFD4
Black with #BCFFD4
Text Example
Text Example
White with #BCFFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFFD4; }
p { color: rgb(188,255,212); }
H1.HeaderClassName
{
color: #BCFFD4;
}
.AnyTagClassName
{
color: #BCFFD4;
}
</style>
background-color css
<style>
a { background-color: #BCFFD4; }
a { background-color: rgb(188,255,212); }
div.DivClassName
{
background-color: #BCFFD4;
}
.BgClassName
{
background-color: #BCFFD4;
}
</style>
border-color css
<style>
span { border-color: #BCFFD4; }
span { border-color: rgb(188,255,212); }
td.TdClassName
{
border-color: #BCFFD4;
}
.TagClassName
{
border-color: #BCFFD4;
}
</style>