Shades of Aero Blue #BCF2D6
Tints of Aero Blue #BCF2D6
RGB
CMYK
RGB Variations
Color information
#BCF2D6 (or 0xBCF2D6) is known color: Aero Blue. HEX triplet: BC, F2 and D6. RGB value is (188,242,214). Sum of RGB (Red+Green+Blue) = 188+242+214=644 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.19% from 644); Green value is 242 (94.92% from 255 or 37.58% from 644); Blue value is 214 (83.98% from 255 or 33.23% from 644); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF2D6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF2D6 is #430D29. Grayscale: #DEDEDE. Windows color (decimal): -4394282 or 14086844. OLE color: 14086844.
HSL color Cylindrical-coordinate representation of color #BCF2D6: hue angle of 148.89º 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 #BCF2D6 is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 242 | 214 | - |
| CMYK | 0.22 | 0 | 0.12 | 0.05 |
| HSL | 148.89º | 0.68% | 0.84% | - |
| HSV(B) | 148.89º | 0.22% | 0.95% | - |
| XYZ | 64.63 | 79.05 | 75.47 | - |
| YUV | 222.66 | 123.11 | 103.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 242 | 214 | 0.22 | 0 | 0.12 | 0.05 | 148.89 | 0.68 | 0.84 |
| Hex | BC | F2 | D6 | 16 | 0 | C | 5 | 95 | 44 | 54 |
| Octal | 274 | 362 | 326 | 26 | 0 | 14 | 5 | 225 | 104 | 124 |
| Binary | 10111100 | 11110010 | 11010110 | 10110 | 0 | 1100 | 101 | 10010101 | 1000100 | 1010100 |
Color Harmonies of #BCF2D6
Complementary color
Monochromatic Colors of #BCF2D6
Black with #BCF2D6
Text Example
Text Example
White with #BCF2D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF2D6; }
p { color: rgb(188,242,214); }
H1.HeaderClassName
{
color: #BCF2D6;
}
.AnyTagClassName
{
color: #BCF2D6;
}
</style>
background-color css
<style>
a { background-color: #BCF2D6; }
a { background-color: rgb(188,242,214); }
div.DivClassName
{
background-color: #BCF2D6;
}
.BgClassName
{
background-color: #BCF2D6;
}
</style>
border-color css
<style>
span { border-color: #BCF2D6; }
span { border-color: rgb(188,242,214); }
td.TdClassName
{
border-color: #BCF2D6;
}
.TagClassName
{
border-color: #BCF2D6;
}
</style>