Shades of Aero Blue #BCEED1
Tints of Aero Blue #BCEED1
RGB
CMYK
RGB Variations
Color information
#BCEED1 (or 0xBCEED1) is known color: Aero Blue. HEX triplet: BC, EE and D1. RGB value is (188,238,209). Sum of RGB (Red+Green+Blue) = 188+238+209=635 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.61% from 635); Green value is 238 (93.36% from 255 or 37.48% from 635); Blue value is 209 (82.03% from 255 or 32.91% from 635); Max value from RGB is 238 - color contains mainly: green. Hex color #BCEED1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEED1 is #43112E. Grayscale: #DBDBDB. Windows color (decimal): -4395311 or 13758140. OLE color: 13758140.
HSL color Cylindrical-coordinate representation of color #BCEED1: hue angle of 145.2º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCEED1 is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 238 | 209 | - |
| CMYK | 0.21 | 0 | 0.12 | 0.07 |
| HSL | 145.2º | 0.6% | 0.84% | - |
| HSV(B) | 145.2º | 0.21% | 0.93% | - |
| XYZ | 62.82 | 76.44 | 71.77 | - |
| YUV | 219.74 | 121.94 | 105.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 238 | 209 | 0.21 | 0 | 0.12 | 0.07 | 145.2 | 0.6 | 0.84 |
| Hex | BC | EE | D1 | 15 | 0 | C | 7 | 91 | 3C | 54 |
| Octal | 274 | 356 | 321 | 25 | 0 | 14 | 7 | 221 | 74 | 124 |
| Binary | 10111100 | 11101110 | 11010001 | 10101 | 0 | 1100 | 111 | 10010001 | 111100 | 1010100 |
Color Harmonies of #BCEED1
Complementary color
Monochromatic Colors of #BCEED1
Black with #BCEED1
Text Example
Text Example
White with #BCEED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEED1; }
p { color: rgb(188,238,209); }
H1.HeaderClassName
{
color: #BCEED1;
}
.AnyTagClassName
{
color: #BCEED1;
}
</style>
background-color css
<style>
a { background-color: #BCEED1; }
a { background-color: rgb(188,238,209); }
div.DivClassName
{
background-color: #BCEED1;
}
.BgClassName
{
background-color: #BCEED1;
}
</style>
border-color css
<style>
span { border-color: #BCEED1; }
span { border-color: rgb(188,238,209); }
td.TdClassName
{
border-color: #BCEED1;
}
.TagClassName
{
border-color: #BCEED1;
}
</style>