Shades of Aero Blue #BCF2D7
Tints of Aero Blue #BCF2D7
RGB
CMYK
RGB Variations
Color information
#BCF2D7 (or 0xBCF2D7) is known color: Aero Blue. HEX triplet: BC, F2 and D7. RGB value is (188,242,215). Sum of RGB (Red+Green+Blue) = 188+242+215=645 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.15% from 645); Green value is 242 (94.92% from 255 or 37.52% from 645); Blue value is 215 (84.38% from 255 or 33.33% from 645); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF2D7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF2D7 is #430D28. Grayscale: #DEDEDE. Windows color (decimal): -4394281 or 14152380. OLE color: 14152380.
HSL color Cylindrical-coordinate representation of color #BCF2D7: hue angle of 150º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCF2D7 is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 242 | 215 | - |
| CMYK | 0.22 | 0 | 0.11 | 0.05 |
| HSL | 150º | 0.68% | 0.84% | - |
| HSV(B) | 150º | 0.22% | 0.95% | - |
| XYZ | 64.76 | 79.1 | 76.15 | - |
| YUV | 222.78 | 123.61 | 103.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 242 | 215 | 0.22 | 0 | 0.11 | 0.05 | 150 | 0.68 | 0.84 |
| Hex | BC | F2 | D7 | 16 | 0 | B | 5 | 96 | 44 | 54 |
| Octal | 274 | 362 | 327 | 26 | 0 | 13 | 5 | 226 | 104 | 124 |
| Binary | 10111100 | 11110010 | 11010111 | 10110 | 0 | 1011 | 101 | 10010110 | 1000100 | 1010100 |
Color Harmonies of #BCF2D7
Complementary color
Monochromatic Colors of #BCF2D7
Black with #BCF2D7
Text Example
Text Example
White with #BCF2D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF2D7; }
p { color: rgb(188,242,215); }
H1.HeaderClassName
{
color: #BCF2D7;
}
.AnyTagClassName
{
color: #BCF2D7;
}
</style>
background-color css
<style>
a { background-color: #BCF2D7; }
a { background-color: rgb(188,242,215); }
div.DivClassName
{
background-color: #BCF2D7;
}
.BgClassName
{
background-color: #BCF2D7;
}
</style>
border-color css
<style>
span { border-color: #BCF2D7; }
span { border-color: rgb(188,242,215); }
td.TdClassName
{
border-color: #BCF2D7;
}
.TagClassName
{
border-color: #BCF2D7;
}
</style>