Shades of Aero Blue #BCEFD2
Tints of Aero Blue #BCEFD2
RGB
CMYK
RGB Variations
Color information
#BCEFD2 (or 0xBCEFD2) is known color: Aero Blue. HEX triplet: BC, EF and D2. RGB value is (188,239,210). Sum of RGB (Red+Green+Blue) = 188+239+210=637 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.51% from 637); Green value is 239 (93.75% from 255 or 37.52% from 637); Blue value is 210 (82.42% from 255 or 32.97% from 637); Max value from RGB is 239 - color contains mainly: green. Hex color #BCEFD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEFD2 is #43102D. Grayscale: #DCDCDC. Windows color (decimal): -4395054 or 13823932. OLE color: 13823932.
HSL color Cylindrical-coordinate representation of color #BCEFD2: hue angle of 145.88º 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 #BCEFD2 is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 239 | 210 | - |
| CMYK | 0.21 | 0 | 0.12 | 0.06 |
| HSL | 145.88º | 0.61% | 0.84% | - |
| HSV(B) | 145.88º | 0.21% | 0.94% | - |
| XYZ | 63.24 | 77.08 | 72.52 | - |
| YUV | 220.45 | 122.1 | 104.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 239 | 210 | 0.21 | 0 | 0.12 | 0.06 | 145.88 | 0.61 | 0.84 |
| Hex | BC | EF | D2 | 15 | 0 | C | 6 | 92 | 3D | 54 |
| Octal | 274 | 357 | 322 | 25 | 0 | 14 | 6 | 222 | 75 | 124 |
| Binary | 10111100 | 11101111 | 11010010 | 10101 | 0 | 1100 | 110 | 10010010 | 111101 | 1010100 |
Color Harmonies of #BCEFD2
Complementary color
Monochromatic Colors of #BCEFD2
Black with #BCEFD2
Text Example
Text Example
White with #BCEFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEFD2; }
p { color: rgb(188,239,210); }
H1.HeaderClassName
{
color: #BCEFD2;
}
.AnyTagClassName
{
color: #BCEFD2;
}
</style>
background-color css
<style>
a { background-color: #BCEFD2; }
a { background-color: rgb(188,239,210); }
div.DivClassName
{
background-color: #BCEFD2;
}
.BgClassName
{
background-color: #BCEFD2;
}
</style>
border-color css
<style>
span { border-color: #BCEFD2; }
span { border-color: rgb(188,239,210); }
td.TdClassName
{
border-color: #BCEFD2;
}
.TagClassName
{
border-color: #BCEFD2;
}
</style>