Shades of Aero Blue #BCE7D0
Tints of Aero Blue #BCE7D0
RGB
CMYK
RGB Variations
Color information
#BCE7D0 (or 0xBCE7D0) is known color: Aero Blue. HEX triplet: BC, E7 and D0. RGB value is (188,231,208). Sum of RGB (Red+Green+Blue) = 188+231+208=627 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.98% from 627); Green value is 231 (90.62% from 255 or 36.84% from 627); Blue value is 208 (81.64% from 255 or 33.17% from 627); Max value from RGB is 231 - color contains mainly: green. Hex color #BCE7D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCE7D0 is #43182F. Grayscale: #D7D7D7. Windows color (decimal): -4397104 or 13690812. OLE color: 13690812.
HSL color Cylindrical-coordinate representation of color #BCE7D0: hue angle of 147.91º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCE7D0 is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
RGB | 188 | 231 | 208 | - |
CMYK | 0.19 | 0 | 0.10 | 0.09 |
HSL | 147.91º | 0.47% | 0.82% | - |
HSV(B) | 147.91º | 0.19% | 0.91% | - |
XYZ | 60.7 | 72.4 | 70.45 | - |
YUV | 215.52 | 123.75 | 108.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 188 | 231 | 208 | 0.19 | 0 | 0.10 | 0.09 | 147.91 | 0.47 | 0.82 |
Hex | BC | E7 | D0 | 13 | 0 | A | 9 | 94 | 2F | 52 |
Octal | 274 | 347 | 320 | 23 | 0 | 12 | 11 | 224 | 57 | 122 |
Binary | 10111100 | 11100111 | 11010000 | 10011 | 0 | 1010 | 1001 | 10010100 | 101111 | 1010010 |
Color Harmonies of #BCE7D0
Complementary color
Monochromatic Colors of #BCE7D0
Black with #BCE7D0
Text Example
Text Example
White with #BCE7D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE7D0; }
p { color: rgb(188,231,208); }
H1.HeaderClassName
{
color: #BCE7D0;
}
.AnyTagClassName
{
color: #BCE7D0;
}
</style>
background-color css
<style>
a { background-color: #BCE7D0; }
a { background-color: rgb(188,231,208); }
div.DivClassName
{
background-color: #BCE7D0;
}
.BgClassName
{
background-color: #BCE7D0;
}
</style>
border-color css
<style>
span { border-color: #BCE7D0; }
span { border-color: rgb(188,231,208); }
td.TdClassName
{
border-color: #BCE7D0;
}
.TagClassName
{
border-color: #BCE7D0;
}
</style>