Shades of Aero Blue #BCEFD1
Tints of Aero Blue #BCEFD1
RGB
CMYK
RGB Variations
Color information
#BCEFD1 (or 0xBCEFD1) is known color: Aero Blue. HEX triplet: BC, EF and D1. RGB value is (188,239,209). Sum of RGB (Red+Green+Blue) = 188+239+209=636 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.56% from 636); Green value is 239 (93.75% from 255 or 37.58% from 636); Blue value is 209 (82.03% from 255 or 32.86% from 636); Max value from RGB is 239 - color contains mainly: green. Hex color #BCEFD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEFD1 is #43102E. Grayscale: #DCDCDC. Windows color (decimal): -4395055 or 13758396. OLE color: 13758396.
HSL color Cylindrical-coordinate representation of color #BCEFD1: hue angle of 144.71º 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 #BCEFD1 is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 239 | 209 | - |
| CMYK | 0.21 | 0 | 0.13 | 0.06 |
| HSL | 144.71º | 0.61% | 0.84% | - |
| HSV(B) | 144.71º | 0.21% | 0.94% | - |
| XYZ | 63.11 | 77.03 | 71.86 | - |
| YUV | 220.33 | 121.6 | 104.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 239 | 209 | 0.21 | 0 | 0.13 | 0.06 | 144.71 | 0.61 | 0.84 |
| Hex | BC | EF | D1 | 15 | 0 | D | 6 | 91 | 3D | 54 |
| Octal | 274 | 357 | 321 | 25 | 0 | 15 | 6 | 221 | 75 | 124 |
| Binary | 10111100 | 11101111 | 11010001 | 10101 | 0 | 1101 | 110 | 10010001 | 111101 | 1010100 |
Color Harmonies of #BCEFD1
Complementary color
Monochromatic Colors of #BCEFD1
Black with #BCEFD1
Text Example
Text Example
White with #BCEFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEFD1; }
p { color: rgb(188,239,209); }
H1.HeaderClassName
{
color: #BCEFD1;
}
.AnyTagClassName
{
color: #BCEFD1;
}
</style>
background-color css
<style>
a { background-color: #BCEFD1; }
a { background-color: rgb(188,239,209); }
div.DivClassName
{
background-color: #BCEFD1;
}
.BgClassName
{
background-color: #BCEFD1;
}
</style>
border-color css
<style>
span { border-color: #BCEFD1; }
span { border-color: rgb(188,239,209); }
td.TdClassName
{
border-color: #BCEFD1;
}
.TagClassName
{
border-color: #BCEFD1;
}
</style>