Shades of Aero Blue #BCEDD5
Tints of Aero Blue #BCEDD5
RGB
CMYK
RGB Variations
Color information
#BCEDD5 (or 0xBCEDD5) is known color: Aero Blue. HEX triplet: BC, ED and D5. RGB value is (188,237,213). Sum of RGB (Red+Green+Blue) = 188+237+213=638 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.47% from 638); Green value is 237 (92.97% from 255 or 37.15% from 638); Blue value is 213 (83.59% from 255 or 33.39% from 638); Max value from RGB is 237 - color contains mainly: green. Hex color #BCEDD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEDD5 is #43122A. Grayscale: #DBDBDB. Windows color (decimal): -4395563 or 14020028. OLE color: 14020028.
HSL color Cylindrical-coordinate representation of color #BCEDD5: hue angle of 150.61º 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 #BCEDD5 is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 237 | 213 | - |
| CMYK | 0.21 | 0 | 0.10 | 0.07 |
| HSL | 150.61º | 0.58% | 0.83% | - |
| HSV(B) | 150.61º | 0.21% | 0.93% | - |
| XYZ | 63.03 | 76.06 | 74.31 | - |
| YUV | 219.61 | 124.27 | 105.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 237 | 213 | 0.21 | 0 | 0.10 | 0.07 | 150.61 | 0.58 | 0.83 |
| Hex | BC | ED | D5 | 15 | 0 | A | 7 | 97 | 3A | 53 |
| Octal | 274 | 355 | 325 | 25 | 0 | 12 | 7 | 227 | 72 | 123 |
| Binary | 10111100 | 11101101 | 11010101 | 10101 | 0 | 1010 | 111 | 10010111 | 111010 | 1010011 |
Color Harmonies of #BCEDD5
Complementary color
Monochromatic Colors of #BCEDD5
Black with #BCEDD5
Text Example
Text Example
White with #BCEDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEDD5; }
p { color: rgb(188,237,213); }
H1.HeaderClassName
{
color: #BCEDD5;
}
.AnyTagClassName
{
color: #BCEDD5;
}
</style>
background-color css
<style>
a { background-color: #BCEDD5; }
a { background-color: rgb(188,237,213); }
div.DivClassName
{
background-color: #BCEDD5;
}
.BgClassName
{
background-color: #BCEDD5;
}
</style>
border-color css
<style>
span { border-color: #BCEDD5; }
span { border-color: rgb(188,237,213); }
td.TdClassName
{
border-color: #BCEDD5;
}
.TagClassName
{
border-color: #BCEDD5;
}
</style>