Shades of Aero Blue #BCEFD4
Tints of Aero Blue #BCEFD4
RGB
CMYK
RGB Variations
Color information
#BCEFD4 (or 0xBCEFD4) is known color: Aero Blue. HEX triplet: BC, EF and D4. RGB value is (188,239,212). Sum of RGB (Red+Green+Blue) = 188+239+212=639 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.42% from 639); Green value is 239 (93.75% from 255 or 37.40% from 639); Blue value is 212 (83.20% from 255 or 33.18% from 639); Max value from RGB is 239 - color contains mainly: green. Hex color #BCEFD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEFD4 is #43102B. Grayscale: #DCDCDC. Windows color (decimal): -4395052 or 13955004. OLE color: 13955004.
HSL color Cylindrical-coordinate representation of color #BCEFD4: hue angle of 148.24º 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 #BCEFD4 is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 239 | 212 | - |
| CMYK | 0.21 | 0 | 0.11 | 0.06 |
| HSL | 148.24º | 0.61% | 0.84% | - |
| HSV(B) | 148.24º | 0.21% | 0.94% | - |
| XYZ | 63.49 | 77.18 | 73.84 | - |
| YUV | 220.67 | 123.1 | 104.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 239 | 212 | 0.21 | 0 | 0.11 | 0.06 | 148.24 | 0.61 | 0.84 |
| Hex | BC | EF | D4 | 15 | 0 | B | 6 | 94 | 3D | 54 |
| Octal | 274 | 357 | 324 | 25 | 0 | 13 | 6 | 224 | 75 | 124 |
| Binary | 10111100 | 11101111 | 11010100 | 10101 | 0 | 1011 | 110 | 10010100 | 111101 | 1010100 |
Color Harmonies of #BCEFD4
Complementary color
Monochromatic Colors of #BCEFD4
Black with #BCEFD4
Text Example
Text Example
White with #BCEFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEFD4; }
p { color: rgb(188,239,212); }
H1.HeaderClassName
{
color: #BCEFD4;
}
.AnyTagClassName
{
color: #BCEFD4;
}
</style>
background-color css
<style>
a { background-color: #BCEFD4; }
a { background-color: rgb(188,239,212); }
div.DivClassName
{
background-color: #BCEFD4;
}
.BgClassName
{
background-color: #BCEFD4;
}
</style>
border-color css
<style>
span { border-color: #BCEFD4; }
span { border-color: rgb(188,239,212); }
td.TdClassName
{
border-color: #BCEFD4;
}
.TagClassName
{
border-color: #BCEFD4;
}
</style>