Shades of Aero Blue #BCFCD3
Tints of Aero Blue #BCFCD3
RGB
CMYK
RGB Variations
Color information
#BCFCD3 (or 0xBCFCD3) is known color: Aero Blue. HEX triplet: BC, FC and D3. RGB value is (188,252,211). Sum of RGB (Red+Green+Blue) = 188+252+211=651 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.88% from 651); Green value is 252 (98.83% from 255 or 38.71% from 651); Blue value is 211 (82.81% from 255 or 32.41% from 651); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFCD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFCD3 is #43032C. Grayscale: #E4E4E4. Windows color (decimal): -4391725 or 13892796. OLE color: 13892796.
HSL color Cylindrical-coordinate representation of color #BCFCD3: hue angle of 141.56º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCFCD3 is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 252 | 211 | - |
| CMYK | 0.25 | 0 | 0.16 | 0.01 |
| HSL | 141.56º | 0.91% | 0.86% | - |
| HSV(B) | 141.56º | 0.25% | 0.99% | - |
| XYZ | 67.31 | 85.02 | 74.49 | - |
| YUV | 228.19 | 118.3 | 99.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 252 | 211 | 0.25 | 0 | 0.16 | 0.01 | 141.56 | 0.91 | 0.86 |
| Hex | BC | FC | D3 | 19 | 0 | 10 | 1 | 8E | 5B | 56 |
| Octal | 274 | 374 | 323 | 31 | 0 | 20 | 1 | 216 | 133 | 126 |
| Binary | 10111100 | 11111100 | 11010011 | 11001 | 0 | 10000 | 1 | 10001110 | 1011011 | 1010110 |
Color Harmonies of #BCFCD3
Complementary color
Monochromatic Colors of #BCFCD3
Black with #BCFCD3
Text Example
Text Example
White with #BCFCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFCD3; }
p { color: rgb(188,252,211); }
H1.HeaderClassName
{
color: #BCFCD3;
}
.AnyTagClassName
{
color: #BCFCD3;
}
</style>
background-color css
<style>
a { background-color: #BCFCD3; }
a { background-color: rgb(188,252,211); }
div.DivClassName
{
background-color: #BCFCD3;
}
.BgClassName
{
background-color: #BCFCD3;
}
</style>
border-color css
<style>
span { border-color: #BCFCD3; }
span { border-color: rgb(188,252,211); }
td.TdClassName
{
border-color: #BCFCD3;
}
.TagClassName
{
border-color: #BCFCD3;
}
</style>