Shades of Aero Blue #BCEED2
Tints of Aero Blue #BCEED2
RGB
CMYK
RGB Variations
Color information
#BCEED2 (or 0xBCEED2) is known color: Aero Blue. HEX triplet: BC, EE and D2. RGB value is (188,238,210). Sum of RGB (Red+Green+Blue) = 188+238+210=636 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.56% from 636); Green value is 238 (93.36% from 255 or 37.42% from 636); Blue value is 210 (82.42% from 255 or 33.02% from 636); Max value from RGB is 238 - color contains mainly: green. Hex color #BCEED2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEED2 is #43112D. Grayscale: #DBDBDB. Windows color (decimal): -4395310 or 13823676. OLE color: 13823676.
HSL color Cylindrical-coordinate representation of color #BCEED2: hue angle of 146.4º 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 #BCEED2 is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 238 | 210 | - |
| CMYK | 0.21 | 0 | 0.12 | 0.07 |
| HSL | 146.4º | 0.6% | 0.84% | - |
| HSV(B) | 146.4º | 0.21% | 0.93% | - |
| XYZ | 62.95 | 76.49 | 72.42 | - |
| YUV | 219.86 | 122.44 | 105.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 238 | 210 | 0.21 | 0 | 0.12 | 0.07 | 146.4 | 0.6 | 0.84 |
| Hex | BC | EE | D2 | 15 | 0 | C | 7 | 92 | 3C | 54 |
| Octal | 274 | 356 | 322 | 25 | 0 | 14 | 7 | 222 | 74 | 124 |
| Binary | 10111100 | 11101110 | 11010010 | 10101 | 0 | 1100 | 111 | 10010010 | 111100 | 1010100 |
Color Harmonies of #BCEED2
Complementary color
Monochromatic Colors of #BCEED2
Black with #BCEED2
Text Example
Text Example
White with #BCEED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEED2; }
p { color: rgb(188,238,210); }
H1.HeaderClassName
{
color: #BCEED2;
}
.AnyTagClassName
{
color: #BCEED2;
}
</style>
background-color css
<style>
a { background-color: #BCEED2; }
a { background-color: rgb(188,238,210); }
div.DivClassName
{
background-color: #BCEED2;
}
.BgClassName
{
background-color: #BCEED2;
}
</style>
border-color css
<style>
span { border-color: #BCEED2; }
span { border-color: rgb(188,238,210); }
td.TdClassName
{
border-color: #BCEED2;
}
.TagClassName
{
border-color: #BCEED2;
}
</style>