Shades of Aero Blue #BCF3D0
Tints of Aero Blue #BCF3D0
RGB
CMYK
RGB Variations
Color information
#BCF3D0 (or 0xBCF3D0) is known color: Aero Blue. HEX triplet: BC, F3 and D0. RGB value is (188,243,208). Sum of RGB (Red+Green+Blue) = 188+243+208=639 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.42% from 639); Green value is 243 (95.31% from 255 or 38.03% from 639); Blue value is 208 (81.64% from 255 or 32.55% from 639); Max value from RGB is 243 - color contains mainly: green. Hex color #BCF3D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF3D0 is #430C2F. Grayscale: #DEDEDE. Windows color (decimal): -4394032 or 13693884. OLE color: 13693884.
HSL color Cylindrical-coordinate representation of color #BCF3D0: hue angle of 141.82º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCF3D0 is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 243 | 208 | - |
| CMYK | 0.23 | 0 | 0.14 | 0.05 |
| HSL | 141.82º | 0.7% | 0.85% | - |
| HSV(B) | 141.82º | 0.23% | 0.95% | - |
| XYZ | 64.17 | 79.35 | 71.61 | - |
| YUV | 222.57 | 119.78 | 103.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 243 | 208 | 0.23 | 0 | 0.14 | 0.05 | 141.82 | 0.7 | 0.85 |
| Hex | BC | F3 | D0 | 17 | 0 | E | 5 | 8E | 46 | 55 |
| Octal | 274 | 363 | 320 | 27 | 0 | 16 | 5 | 216 | 106 | 125 |
| Binary | 10111100 | 11110011 | 11010000 | 10111 | 0 | 1110 | 101 | 10001110 | 1000110 | 1010101 |
Color Harmonies of #BCF3D0
Complementary color
Monochromatic Colors of #BCF3D0
Black with #BCF3D0
Text Example
Text Example
White with #BCF3D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF3D0; }
p { color: rgb(188,243,208); }
H1.HeaderClassName
{
color: #BCF3D0;
}
.AnyTagClassName
{
color: #BCF3D0;
}
</style>
background-color css
<style>
a { background-color: #BCF3D0; }
a { background-color: rgb(188,243,208); }
div.DivClassName
{
background-color: #BCF3D0;
}
.BgClassName
{
background-color: #BCF3D0;
}
</style>
border-color css
<style>
span { border-color: #BCF3D0; }
span { border-color: rgb(188,243,208); }
td.TdClassName
{
border-color: #BCF3D0;
}
.TagClassName
{
border-color: #BCF3D0;
}
</style>