Shades of Aero Blue #BCFFD7
Tints of Aero Blue #BCFFD7
RGB
CMYK
RGB Variations
Color information
#BCFFD7 (or 0xBCFFD7) is known color: Aero Blue. HEX triplet: BC, FF and D7. RGB value is (188,255,215). Sum of RGB (Red+Green+Blue) = 188+255+215=658 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.57% from 658); Green value is 255 (100% from 255 or 38.75% from 658); Blue value is 215 (84.38% from 255 or 32.67% from 658); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFFD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFFD7 is #430028. Grayscale: #E6E6E6. Windows color (decimal): -4390953 or 14155708. OLE color: 14155708.
HSL color Cylindrical-coordinate representation of color #BCFFD7: hue angle of 144.18º 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 #BCFFD7 is Cyan = 0.26, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 255 | 215 | - |
| CMYK | 0.26 | 0 | 0.16 | 0 |
| HSL | 144.18º | 1% | 0.87% | - |
| HSV(B) | 144.18º | 0.26% | 1% | - |
| XYZ | 68.76 | 87.12 | 77.48 | - |
| YUV | 230.41 | 119.3 | 97.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 255 | 215 | 0.26 | 0 | 0.16 | 0 | 144.18 | 1 | 0.87 |
| Hex | BC | FF | D7 | 1A | 0 | 10 | 0 | 90 | 64 | 57 |
| Octal | 274 | 377 | 327 | 32 | 0 | 20 | 0 | 220 | 144 | 127 |
| Binary | 10111100 | 11111111 | 11010111 | 11010 | 0 | 10000 | 0 | 10010000 | 1100100 | 1010111 |
Color Harmonies of #BCFFD7
Complementary color
Monochromatic Colors of #BCFFD7
Black with #BCFFD7
Text Example
Text Example
White with #BCFFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFFD7; }
p { color: rgb(188,255,215); }
H1.HeaderClassName
{
color: #BCFFD7;
}
.AnyTagClassName
{
color: #BCFFD7;
}
</style>
background-color css
<style>
a { background-color: #BCFFD7; }
a { background-color: rgb(188,255,215); }
div.DivClassName
{
background-color: #BCFFD7;
}
.BgClassName
{
background-color: #BCFFD7;
}
</style>
border-color css
<style>
span { border-color: #BCFFD7; }
span { border-color: rgb(188,255,215); }
td.TdClassName
{
border-color: #BCFFD7;
}
.TagClassName
{
border-color: #BCFFD7;
}
</style>