Shades of Aero Blue #BCF1D2
Tints of Aero Blue #BCF1D2
RGB
CMYK
RGB Variations
Color information
#BCF1D2 (or 0xBCF1D2) is known color: Aero Blue. HEX triplet: BC, F1 and D2. RGB value is (188,241,210). Sum of RGB (Red+Green+Blue) = 188+241+210=639 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.42% from 639); Green value is 241 (94.53% from 255 or 37.72% from 639); Blue value is 210 (82.42% from 255 or 32.86% from 639); Max value from RGB is 241 - color contains mainly: green. Hex color #BCF1D2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF1D2 is #430E2D. Grayscale: #DDDDDD. Windows color (decimal): -4394542 or 13824444. OLE color: 13824444.
HSL color Cylindrical-coordinate representation of color #BCF1D2: hue angle of 144.91º degrees, saturation: 0.65, 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 #BCF1D2 is Cyan = 0.22, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 241 | 210 | - |
| CMYK | 0.22 | 0 | 0.13 | 0.05 |
| HSL | 144.91º | 0.65% | 0.84% | - |
| HSV(B) | 144.91º | 0.22% | 0.95% | - |
| XYZ | 63.83 | 78.26 | 72.71 | - |
| YUV | 221.62 | 121.44 | 104.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 241 | 210 | 0.22 | 0 | 0.13 | 0.05 | 144.91 | 0.65 | 0.84 |
| Hex | BC | F1 | D2 | 16 | 0 | D | 5 | 91 | 41 | 54 |
| Octal | 274 | 361 | 322 | 26 | 0 | 15 | 5 | 221 | 101 | 124 |
| Binary | 10111100 | 11110001 | 11010010 | 10110 | 0 | 1101 | 101 | 10010001 | 1000001 | 1010100 |
Color Harmonies of #BCF1D2
Complementary color
Monochromatic Colors of #BCF1D2
Black with #BCF1D2
Text Example
Text Example
White with #BCF1D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF1D2; }
p { color: rgb(188,241,210); }
H1.HeaderClassName
{
color: #BCF1D2;
}
.AnyTagClassName
{
color: #BCF1D2;
}
</style>
background-color css
<style>
a { background-color: #BCF1D2; }
a { background-color: rgb(188,241,210); }
div.DivClassName
{
background-color: #BCF1D2;
}
.BgClassName
{
background-color: #BCF1D2;
}
</style>
border-color css
<style>
span { border-color: #BCF1D2; }
span { border-color: rgb(188,241,210); }
td.TdClassName
{
border-color: #BCF1D2;
}
.TagClassName
{
border-color: #BCF1D2;
}
</style>