Shades of Aero Blue #BCEDD4
Tints of Aero Blue #BCEDD4
RGB
CMYK
RGB Variations
Color information
#BCEDD4 (or 0xBCEDD4) is known color: Aero Blue. HEX triplet: BC, ED and D4. RGB value is (188,237,212). Sum of RGB (Red+Green+Blue) = 188+237+212=637 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.51% from 637); Green value is 237 (92.97% from 255 or 37.21% from 637); Blue value is 212 (83.20% from 255 or 33.28% from 637); Max value from RGB is 237 - color contains mainly: green. Hex color #BCEDD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEDD4 is #43122B. Grayscale: #DBDBDB. Windows color (decimal): -4395564 or 13954492. OLE color: 13954492.
HSL color Cylindrical-coordinate representation of color #BCEDD4: hue angle of 149.39º 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 #BCEDD4 is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 237 | 212 | - |
| CMYK | 0.21 | 0 | 0.11 | 0.07 |
| HSL | 149.39º | 0.58% | 0.83% | - |
| HSV(B) | 149.39º | 0.21% | 0.93% | - |
| XYZ | 62.91 | 76.01 | 73.64 | - |
| YUV | 219.5 | 123.77 | 105.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 237 | 212 | 0.21 | 0 | 0.11 | 0.07 | 149.39 | 0.58 | 0.83 |
| Hex | BC | ED | D4 | 15 | 0 | B | 7 | 95 | 3A | 53 |
| Octal | 274 | 355 | 324 | 25 | 0 | 13 | 7 | 225 | 72 | 123 |
| Binary | 10111100 | 11101101 | 11010100 | 10101 | 0 | 1011 | 111 | 10010101 | 111010 | 1010011 |
Color Harmonies of #BCEDD4
Complementary color
Monochromatic Colors of #BCEDD4
Black with #BCEDD4
Text Example
Text Example
White with #BCEDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEDD4; }
p { color: rgb(188,237,212); }
H1.HeaderClassName
{
color: #BCEDD4;
}
.AnyTagClassName
{
color: #BCEDD4;
}
</style>
background-color css
<style>
a { background-color: #BCEDD4; }
a { background-color: rgb(188,237,212); }
div.DivClassName
{
background-color: #BCEDD4;
}
.BgClassName
{
background-color: #BCEDD4;
}
</style>
border-color css
<style>
span { border-color: #BCEDD4; }
span { border-color: rgb(188,237,212); }
td.TdClassName
{
border-color: #BCEDD4;
}
.TagClassName
{
border-color: #BCEDD4;
}
</style>