Shades of Aero Blue #BCE1D2
Tints of Aero Blue #BCE1D2
RGB
CMYK
RGB Variations
Color information
#BCE1D2 (or 0xBCE1D2) is known color: Aero Blue. HEX triplet: BC, E1 and D2. RGB value is (188,225,210). Sum of RGB (Red+Green+Blue) = 188+225+210=623 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.18% from 623); Green value is 225 (88.28% from 255 or 36.12% from 623); Blue value is 210 (82.42% from 255 or 33.71% from 623); Max value from RGB is 225 - color contains mainly: green. Hex color #BCE1D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE1D2 is #431E2D. Grayscale: #D4D4D4. Windows color (decimal): -4398638 or 13820348. OLE color: 13820348.
HSL color Cylindrical-coordinate representation of color #BCE1D2: hue angle of 155.68º degrees, saturation: 0.38, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCE1D2 is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 225 | 210 | - |
| CMYK | 0.16 | 0 | 0.07 | 0.12 |
| HSL | 155.68º | 0.38% | 0.81% | - |
| HSV(B) | 155.68º | 0.16% | 0.88% | - |
| XYZ | 59.3 | 69.19 | 71.2 | - |
| YUV | 212.23 | 126.74 | 110.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 225 | 210 | 0.16 | 0 | 0.07 | 0.12 | 155.68 | 0.38 | 0.81 |
| Hex | BC | E1 | D2 | 10 | 0 | 7 | C | 9C | 26 | 51 |
| Octal | 274 | 341 | 322 | 20 | 0 | 7 | 14 | 234 | 46 | 121 |
| Binary | 10111100 | 11100001 | 11010010 | 10000 | 0 | 111 | 1100 | 10011100 | 100110 | 1010001 |
Color Harmonies of #BCE1D2
Complementary color
Monochromatic Colors of #BCE1D2
Black with #BCE1D2
Text Example
Text Example
White with #BCE1D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE1D2; }
p { color: rgb(188,225,210); }
H1.HeaderClassName
{
color: #BCE1D2;
}
.AnyTagClassName
{
color: #BCE1D2;
}
</style>
background-color css
<style>
a { background-color: #BCE1D2; }
a { background-color: rgb(188,225,210); }
div.DivClassName
{
background-color: #BCE1D2;
}
.BgClassName
{
background-color: #BCE1D2;
}
</style>
border-color css
<style>
span { border-color: #BCE1D2; }
span { border-color: rgb(188,225,210); }
td.TdClassName
{
border-color: #BCE1D2;
}
.TagClassName
{
border-color: #BCE1D2;
}
</style>