Shades of Aero Blue #BCF4D5
Tints of Aero Blue #BCF4D5
RGB
CMYK
RGB Variations
Color information
#BCF4D5 (or 0xBCF4D5) is known color: Aero Blue. HEX triplet: BC, F4 and D5. RGB value is (188,244,213). Sum of RGB (Red+Green+Blue) = 188+244+213=645 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.15% from 645); Green value is 244 (95.70% from 255 or 37.83% from 645); Blue value is 213 (83.59% from 255 or 33.02% from 645); Max value from RGB is 244 - color contains mainly: green. Hex color #BCF4D5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF4D5 is #430B2A. Grayscale: #DFDFDF. Windows color (decimal): -4393771 or 14021820. OLE color: 14021820.
HSL color Cylindrical-coordinate representation of color #BCF4D5: hue angle of 146.79º degrees, saturation: 0.72, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCF4D5 is Cyan = 0.23, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 244 | 213 | - |
| CMYK | 0.23 | 0 | 0.13 | 0.04 |
| HSL | 146.79º | 0.72% | 0.85% | - |
| HSV(B) | 146.79º | 0.23% | 0.96% | - |
| XYZ | 65.1 | 80.2 | 75 | - |
| YUV | 223.72 | 121.95 | 102.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 244 | 213 | 0.23 | 0 | 0.13 | 0.04 | 146.79 | 0.72 | 0.85 |
| Hex | BC | F4 | D5 | 17 | 0 | D | 4 | 93 | 48 | 55 |
| Octal | 274 | 364 | 325 | 27 | 0 | 15 | 4 | 223 | 110 | 125 |
| Binary | 10111100 | 11110100 | 11010101 | 10111 | 0 | 1101 | 100 | 10010011 | 1001000 | 1010101 |
Color Harmonies of #BCF4D5
Complementary color
Monochromatic Colors of #BCF4D5
Black with #BCF4D5
Text Example
Text Example
White with #BCF4D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF4D5; }
p { color: rgb(188,244,213); }
H1.HeaderClassName
{
color: #BCF4D5;
}
.AnyTagClassName
{
color: #BCF4D5;
}
</style>
background-color css
<style>
a { background-color: #BCF4D5; }
a { background-color: rgb(188,244,213); }
div.DivClassName
{
background-color: #BCF4D5;
}
.BgClassName
{
background-color: #BCF4D5;
}
</style>
border-color css
<style>
span { border-color: #BCF4D5; }
span { border-color: rgb(188,244,213); }
td.TdClassName
{
border-color: #BCF4D5;
}
.TagClassName
{
border-color: #BCF4D5;
}
</style>