Shades of Aero Blue #BCF5DA
Tints of Aero Blue #BCF5DA
RGB
CMYK
RGB Variations
Color information
#BCF5DA (or 0xBCF5DA) is known color: Aero Blue. HEX triplet: BC, F5 and DA. RGB value is (188,245,218). Sum of RGB (Red+Green+Blue) = 188+245+218=651 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.88% from 651); Green value is 245 (96.09% from 255 or 37.63% from 651); Blue value is 218 (85.55% from 255 or 33.49% from 651); Max value from RGB is 245 - color contains mainly: green. Hex color #BCF5DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF5DA is #430A25. Grayscale: #E0E0E0. Windows color (decimal): -4393510 or 14349756. OLE color: 14349756.
HSL color Cylindrical-coordinate representation of color #BCF5DA: hue angle of 151.58º degrees, saturation: 0.74, 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 #BCF5DA is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 245 | 218 | - |
| CMYK | 0.23 | 0 | 0.11 | 0.04 |
| HSL | 151.58º | 0.74% | 0.85% | - |
| HSV(B) | 151.58º | 0.23% | 0.96% | - |
| XYZ | 66.05 | 81.06 | 78.49 | - |
| YUV | 224.88 | 124.12 | 101.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 245 | 218 | 0.23 | 0 | 0.11 | 0.04 | 151.58 | 0.74 | 0.85 |
| Hex | BC | F5 | DA | 17 | 0 | B | 4 | 98 | 4A | 55 |
| Octal | 274 | 365 | 332 | 27 | 0 | 13 | 4 | 230 | 112 | 125 |
| Binary | 10111100 | 11110101 | 11011010 | 10111 | 0 | 1011 | 100 | 10011000 | 1001010 | 1010101 |
Color Harmonies of #BCF5DA
Complementary color
Monochromatic Colors of #BCF5DA
Black with #BCF5DA
Text Example
Text Example
White with #BCF5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF5DA; }
p { color: rgb(188,245,218); }
H1.HeaderClassName
{
color: #BCF5DA;
}
.AnyTagClassName
{
color: #BCF5DA;
}
</style>
background-color css
<style>
a { background-color: #BCF5DA; }
a { background-color: rgb(188,245,218); }
div.DivClassName
{
background-color: #BCF5DA;
}
.BgClassName
{
background-color: #BCF5DA;
}
</style>
border-color css
<style>
span { border-color: #BCF5DA; }
span { border-color: rgb(188,245,218); }
td.TdClassName
{
border-color: #BCF5DA;
}
.TagClassName
{
border-color: #BCF5DA;
}
</style>