Shades of Aero Blue #BCF6D1
Tints of Aero Blue #BCF6D1
RGB
CMYK
RGB Variations
Color information
#BCF6D1 (or 0xBCF6D1) is known color: Aero Blue. HEX triplet: BC, F6 and D1. RGB value is (188,246,209). Sum of RGB (Red+Green+Blue) = 188+246+209=643 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.24% from 643); Green value is 246 (96.48% from 255 or 38.26% from 643); Blue value is 209 (82.03% from 255 or 32.50% from 643); Max value from RGB is 246 - color contains mainly: green. Hex color #BCF6D1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF6D1 is #43092E. Grayscale: #E0E0E0. Windows color (decimal): -4393263 or 13760188. OLE color: 13760188.
HSL color Cylindrical-coordinate representation of color #BCF6D1: hue angle of 141.72º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCF6D1 is Cyan = 0.24, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 246 | 209 | - |
| CMYK | 0.24 | 0 | 0.15 | 0.04 |
| HSL | 141.72º | 0.76% | 0.85% | - |
| HSV(B) | 141.72º | 0.24% | 0.96% | - |
| XYZ | 65.2 | 81.21 | 72.56 | - |
| YUV | 224.44 | 119.28 | 102.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 246 | 209 | 0.24 | 0 | 0.15 | 0.04 | 141.72 | 0.76 | 0.85 |
| Hex | BC | F6 | D1 | 18 | 0 | F | 4 | 8E | 4C | 55 |
| Octal | 274 | 366 | 321 | 30 | 0 | 17 | 4 | 216 | 114 | 125 |
| Binary | 10111100 | 11110110 | 11010001 | 11000 | 0 | 1111 | 100 | 10001110 | 1001100 | 1010101 |
Color Harmonies of #BCF6D1
Complementary color
Monochromatic Colors of #BCF6D1
Black with #BCF6D1
Text Example
Text Example
White with #BCF6D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF6D1; }
p { color: rgb(188,246,209); }
H1.HeaderClassName
{
color: #BCF6D1;
}
.AnyTagClassName
{
color: #BCF6D1;
}
</style>
background-color css
<style>
a { background-color: #BCF6D1; }
a { background-color: rgb(188,246,209); }
div.DivClassName
{
background-color: #BCF6D1;
}
.BgClassName
{
background-color: #BCF6D1;
}
</style>
border-color css
<style>
span { border-color: #BCF6D1; }
span { border-color: rgb(188,246,209); }
td.TdClassName
{
border-color: #BCF6D1;
}
.TagClassName
{
border-color: #BCF6D1;
}
</style>