Shades of Aero Blue #BCF4D3
Tints of Aero Blue #BCF4D3
RGB
CMYK
RGB Variations
Color information
#BCF4D3 (or 0xBCF4D3) is known color: Aero Blue. HEX triplet: BC, F4 and D3. RGB value is (188,244,211). Sum of RGB (Red+Green+Blue) = 188+244+211=643 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.24% from 643); Green value is 244 (95.70% from 255 or 37.95% from 643); Blue value is 211 (82.81% from 255 or 32.81% from 643); Max value from RGB is 244 - color contains mainly: green. Hex color #BCF4D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF4D3 is #430B2C. Grayscale: #DFDFDF. Windows color (decimal): -4393773 or 13890748. OLE color: 13890748.
HSL color Cylindrical-coordinate representation of color #BCF4D3: hue angle of 144.64º 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 #BCF4D3 is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 244 | 211 | - |
| CMYK | 0.23 | 0 | 0.14 | 0.04 |
| HSL | 144.64º | 0.72% | 0.85% | - |
| HSV(B) | 144.64º | 0.23% | 0.96% | - |
| XYZ | 64.85 | 80.1 | 73.67 | - |
| YUV | 223.49 | 120.95 | 102.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 244 | 211 | 0.23 | 0 | 0.14 | 0.04 | 144.64 | 0.72 | 0.85 |
| Hex | BC | F4 | D3 | 17 | 0 | E | 4 | 91 | 48 | 55 |
| Octal | 274 | 364 | 323 | 27 | 0 | 16 | 4 | 221 | 110 | 125 |
| Binary | 10111100 | 11110100 | 11010011 | 10111 | 0 | 1110 | 100 | 10010001 | 1001000 | 1010101 |
Color Harmonies of #BCF4D3
Complementary color
Monochromatic Colors of #BCF4D3
Black with #BCF4D3
Text Example
Text Example
White with #BCF4D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF4D3; }
p { color: rgb(188,244,211); }
H1.HeaderClassName
{
color: #BCF4D3;
}
.AnyTagClassName
{
color: #BCF4D3;
}
</style>
background-color css
<style>
a { background-color: #BCF4D3; }
a { background-color: rgb(188,244,211); }
div.DivClassName
{
background-color: #BCF4D3;
}
.BgClassName
{
background-color: #BCF4D3;
}
</style>
border-color css
<style>
span { border-color: #BCF4D3; }
span { border-color: rgb(188,244,211); }
td.TdClassName
{
border-color: #BCF4D3;
}
.TagClassName
{
border-color: #BCF4D3;
}
</style>