Shades of Aero Blue #BCF6D2
Tints of Aero Blue #BCF6D2
RGB
CMYK
RGB Variations
Color information
#BCF6D2 (or 0xBCF6D2) is known color: Aero Blue. HEX triplet: BC, F6 and D2. RGB value is (188,246,210). Sum of RGB (Red+Green+Blue) = 188+246+210=644 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.19% from 644); Green value is 246 (96.48% from 255 or 38.20% from 644); Blue value is 210 (82.42% from 255 or 32.61% from 644); Max value from RGB is 246 - color contains mainly: green. Hex color #BCF6D2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF6D2 is #43092D. Grayscale: #E0E0E0. Windows color (decimal): -4393262 or 13825724. OLE color: 13825724.
HSL color Cylindrical-coordinate representation of color #BCF6D2: hue angle of 142.76º 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 #BCF6D2 is Cyan = 0.24, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 246 | 210 | - |
| CMYK | 0.24 | 0 | 0.15 | 0.04 |
| HSL | 142.76º | 0.76% | 0.85% | - |
| HSV(B) | 142.76º | 0.24% | 0.96% | - |
| XYZ | 65.33 | 81.26 | 73.21 | - |
| YUV | 224.55 | 119.78 | 101.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 246 | 210 | 0.24 | 0 | 0.15 | 0.04 | 142.76 | 0.76 | 0.85 |
| Hex | BC | F6 | D2 | 18 | 0 | F | 4 | 8F | 4C | 55 |
| Octal | 274 | 366 | 322 | 30 | 0 | 17 | 4 | 217 | 114 | 125 |
| Binary | 10111100 | 11110110 | 11010010 | 11000 | 0 | 1111 | 100 | 10001111 | 1001100 | 1010101 |
Color Harmonies of #BCF6D2
Complementary color
Monochromatic Colors of #BCF6D2
Black with #BCF6D2
Text Example
Text Example
White with #BCF6D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF6D2; }
p { color: rgb(188,246,210); }
H1.HeaderClassName
{
color: #BCF6D2;
}
.AnyTagClassName
{
color: #BCF6D2;
}
</style>
background-color css
<style>
a { background-color: #BCF6D2; }
a { background-color: rgb(188,246,210); }
div.DivClassName
{
background-color: #BCF6D2;
}
.BgClassName
{
background-color: #BCF6D2;
}
</style>
border-color css
<style>
span { border-color: #BCF6D2; }
span { border-color: rgb(188,246,210); }
td.TdClassName
{
border-color: #BCF6D2;
}
.TagClassName
{
border-color: #BCF6D2;
}
</style>