Shades of Aero Blue #BCF6D3
Tints of Aero Blue #BCF6D3
RGB
CMYK
RGB Variations
Color information
#BCF6D3 (or 0xBCF6D3) is known color: Aero Blue. HEX triplet: BC, F6 and D3. RGB value is (188,246,211). Sum of RGB (Red+Green+Blue) = 188+246+211=645 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.15% from 645); Green value is 246 (96.48% from 255 or 38.14% from 645); Blue value is 211 (82.81% from 255 or 32.71% from 645); Max value from RGB is 246 - color contains mainly: green. Hex color #BCF6D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF6D3 is #43092C. Grayscale: #E0E0E0. Windows color (decimal): -4393261 or 13891260. OLE color: 13891260.
HSL color Cylindrical-coordinate representation of color #BCF6D3: hue angle of 143.79º 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 #BCF6D3 is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 246 | 211 | - |
| CMYK | 0.24 | 0 | 0.14 | 0.04 |
| HSL | 143.79º | 0.76% | 0.85% | - |
| HSV(B) | 143.79º | 0.24% | 0.96% | - |
| XYZ | 65.45 | 81.31 | 73.87 | - |
| YUV | 224.67 | 120.28 | 101.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 246 | 211 | 0.24 | 0 | 0.14 | 0.04 | 143.79 | 0.76 | 0.85 |
| Hex | BC | F6 | D3 | 18 | 0 | E | 4 | 90 | 4C | 55 |
| Octal | 274 | 366 | 323 | 30 | 0 | 16 | 4 | 220 | 114 | 125 |
| Binary | 10111100 | 11110110 | 11010011 | 11000 | 0 | 1110 | 100 | 10010000 | 1001100 | 1010101 |
Color Harmonies of #BCF6D3
Complementary color
Monochromatic Colors of #BCF6D3
Black with #BCF6D3
Text Example
Text Example
White with #BCF6D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF6D3; }
p { color: rgb(188,246,211); }
H1.HeaderClassName
{
color: #BCF6D3;
}
.AnyTagClassName
{
color: #BCF6D3;
}
</style>
background-color css
<style>
a { background-color: #BCF6D3; }
a { background-color: rgb(188,246,211); }
div.DivClassName
{
background-color: #BCF6D3;
}
.BgClassName
{
background-color: #BCF6D3;
}
</style>
border-color css
<style>
span { border-color: #BCF6D3; }
span { border-color: rgb(188,246,211); }
td.TdClassName
{
border-color: #BCF6D3;
}
.TagClassName
{
border-color: #BCF6D3;
}
</style>