Shades of Aero Blue #BCEFD8
Tints of Aero Blue #BCEFD8
RGB
CMYK
RGB Variations
Color information
#BCEFD8 (or 0xBCEFD8) is known color: Aero Blue. HEX triplet: BC, EF and D8. RGB value is (188,239,216). Sum of RGB (Red+Green+Blue) = 188+239+216=643 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.24% from 643); Green value is 239 (93.75% from 255 or 37.17% from 643); Blue value is 216 (84.77% from 255 or 33.59% from 643); Max value from RGB is 239 - color contains mainly: green. Hex color #BCEFD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEFD8 is #431027. Grayscale: #DDDDDD. Windows color (decimal): -4395048 or 14217148. OLE color: 14217148.
HSL color Cylindrical-coordinate representation of color #BCEFD8: hue angle of 152.94º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCEFD8 is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 239 | 216 | - |
| CMYK | 0.21 | 0 | 0.10 | 0.06 |
| HSL | 152.94º | 0.61% | 0.84% | - |
| HSV(B) | 152.94º | 0.21% | 0.94% | - |
| XYZ | 64 | 77.38 | 76.53 | - |
| YUV | 221.13 | 125.1 | 104.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 239 | 216 | 0.21 | 0 | 0.10 | 0.06 | 152.94 | 0.61 | 0.84 |
| Hex | BC | EF | D8 | 15 | 0 | A | 6 | 99 | 3D | 54 |
| Octal | 274 | 357 | 330 | 25 | 0 | 12 | 6 | 231 | 75 | 124 |
| Binary | 10111100 | 11101111 | 11011000 | 10101 | 0 | 1010 | 110 | 10011001 | 111101 | 1010100 |
Color Harmonies of #BCEFD8
Complementary color
Monochromatic Colors of #BCEFD8
Black with #BCEFD8
Text Example
Text Example
White with #BCEFD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEFD8; }
p { color: rgb(188,239,216); }
H1.HeaderClassName
{
color: #BCEFD8;
}
.AnyTagClassName
{
color: #BCEFD8;
}
</style>
background-color css
<style>
a { background-color: #BCEFD8; }
a { background-color: rgb(188,239,216); }
div.DivClassName
{
background-color: #BCEFD8;
}
.BgClassName
{
background-color: #BCEFD8;
}
</style>
border-color css
<style>
span { border-color: #BCEFD8; }
span { border-color: rgb(188,239,216); }
td.TdClassName
{
border-color: #BCEFD8;
}
.TagClassName
{
border-color: #BCEFD8;
}
</style>