Shades of Aero Blue #BCEDCF
Tints of Aero Blue #BCEDCF
RGB
CMYK
RGB Variations
Color information
#BCEDCF (or 0xBCEDCF) is known color: Aero Blue. HEX triplet: BC, ED and CF. RGB value is (188,237,207). Sum of RGB (Red+Green+Blue) = 188+237+207=632 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.75% from 632); Green value is 237 (92.97% from 255 or 37.5% from 632); Blue value is 207 (81.25% from 255 or 32.75% from 632); Max value from RGB is 237 - color contains mainly: green. Hex color #BCEDCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEDCF is #431230. Grayscale: #DBDBDB. Windows color (decimal): -4395569 or 13626812. OLE color: 13626812.
HSL color Cylindrical-coordinate representation of color #BCEDCF: hue angle of 143.27º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCEDCF is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 237 | 207 | - |
| CMYK | 0.21 | 0 | 0.13 | 0.07 |
| HSL | 143.27º | 0.58% | 0.83% | - |
| HSV(B) | 143.27º | 0.21% | 0.93% | - |
| XYZ | 62.29 | 75.76 | 70.37 | - |
| YUV | 218.93 | 121.27 | 105.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 237 | 207 | 0.21 | 0 | 0.13 | 0.07 | 143.27 | 0.58 | 0.83 |
| Hex | BC | ED | CF | 15 | 0 | D | 7 | 8F | 3A | 53 |
| Octal | 274 | 355 | 317 | 25 | 0 | 15 | 7 | 217 | 72 | 123 |
| Binary | 10111100 | 11101101 | 11001111 | 10101 | 0 | 1101 | 111 | 10001111 | 111010 | 1010011 |
Color Harmonies of #BCEDCF
Complementary color
Monochromatic Colors of #BCEDCF
Black with #BCEDCF
Text Example
Text Example
White with #BCEDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEDCF; }
p { color: rgb(188,237,207); }
H1.HeaderClassName
{
color: #BCEDCF;
}
.AnyTagClassName
{
color: #BCEDCF;
}
</style>
background-color css
<style>
a { background-color: #BCEDCF; }
a { background-color: rgb(188,237,207); }
div.DivClassName
{
background-color: #BCEDCF;
}
.BgClassName
{
background-color: #BCEDCF;
}
</style>
border-color css
<style>
span { border-color: #BCEDCF; }
span { border-color: rgb(188,237,207); }
td.TdClassName
{
border-color: #BCEDCF;
}
.TagClassName
{
border-color: #BCEDCF;
}
</style>