Shades of Aero Blue #BCF0D2
Tints of Aero Blue #BCF0D2
RGB
CMYK
RGB Variations
Color information
#BCF0D2 (or 0xBCF0D2) is known color: Aero Blue. HEX triplet: BC, F0 and D2. RGB value is (188,240,210). Sum of RGB (Red+Green+Blue) = 188+240+210=638 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.47% from 638); Green value is 240 (94.14% from 255 or 37.62% from 638); Blue value is 210 (82.42% from 255 or 32.92% from 638); Max value from RGB is 240 - color contains mainly: green. Hex color #BCF0D2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF0D2 is #430F2D. Grayscale: #DDDDDD. Windows color (decimal): -4394798 or 13824188. OLE color: 13824188.
HSL color Cylindrical-coordinate representation of color #BCF0D2: hue angle of 145.38º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCF0D2 is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 240 | 210 | - |
| CMYK | 0.22 | 0 | 0.12 | 0.06 |
| HSL | 145.38º | 0.63% | 0.84% | - |
| HSV(B) | 145.38º | 0.22% | 0.94% | - |
| XYZ | 63.53 | 77.66 | 72.62 | - |
| YUV | 221.03 | 121.77 | 104.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 240 | 210 | 0.22 | 0 | 0.12 | 0.06 | 145.38 | 0.63 | 0.84 |
| Hex | BC | F0 | D2 | 16 | 0 | C | 6 | 91 | 3F | 54 |
| Octal | 274 | 360 | 322 | 26 | 0 | 14 | 6 | 221 | 77 | 124 |
| Binary | 10111100 | 11110000 | 11010010 | 10110 | 0 | 1100 | 110 | 10010001 | 111111 | 1010100 |
Color Harmonies of #BCF0D2
Complementary color
Monochromatic Colors of #BCF0D2
Black with #BCF0D2
Text Example
Text Example
White with #BCF0D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF0D2; }
p { color: rgb(188,240,210); }
H1.HeaderClassName
{
color: #BCF0D2;
}
.AnyTagClassName
{
color: #BCF0D2;
}
</style>
background-color css
<style>
a { background-color: #BCF0D2; }
a { background-color: rgb(188,240,210); }
div.DivClassName
{
background-color: #BCF0D2;
}
.BgClassName
{
background-color: #BCF0D2;
}
</style>
border-color css
<style>
span { border-color: #BCF0D2; }
span { border-color: rgb(188,240,210); }
td.TdClassName
{
border-color: #BCF0D2;
}
.TagClassName
{
border-color: #BCF0D2;
}
</style>