Shades of Aero Blue #BCFCD4
Tints of Aero Blue #BCFCD4
RGB
CMYK
RGB Variations
Color information
#BCFCD4 (or 0xBCFCD4) is known color: Aero Blue. HEX triplet: BC, FC and D4. RGB value is (188,252,212). Sum of RGB (Red+Green+Blue) = 188+252+212=652 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.83% from 652); Green value is 252 (98.83% from 255 or 38.65% from 652); Blue value is 212 (83.20% from 255 or 32.52% from 652); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFCD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFCD4 is #43032B. Grayscale: #E4E4E4. Windows color (decimal): -4391724 or 13958332. OLE color: 13958332.
HSL color Cylindrical-coordinate representation of color #BCFCD4: hue angle of 142.5º 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 #BCFCD4 is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 252 | 212 | - |
| CMYK | 0.25 | 0 | 0.16 | 0.01 |
| HSL | 142.5º | 0.91% | 0.86% | - |
| HSV(B) | 142.5º | 0.25% | 0.99% | - |
| XYZ | 67.43 | 85.07 | 75.15 | - |
| YUV | 228.3 | 118.8 | 99.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 252 | 212 | 0.25 | 0 | 0.16 | 0.01 | 142.5 | 0.91 | 0.86 |
| Hex | BC | FC | D4 | 19 | 0 | 10 | 1 | 8E | 5B | 56 |
| Octal | 274 | 374 | 324 | 31 | 0 | 20 | 1 | 216 | 133 | 126 |
| Binary | 10111100 | 11111100 | 11010100 | 11001 | 0 | 10000 | 1 | 10001110 | 1011011 | 1010110 |
Color Harmonies of #BCFCD4
Complementary color
Monochromatic Colors of #BCFCD4
Black with #BCFCD4
Text Example
Text Example
White with #BCFCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFCD4; }
p { color: rgb(188,252,212); }
H1.HeaderClassName
{
color: #BCFCD4;
}
.AnyTagClassName
{
color: #BCFCD4;
}
</style>
background-color css
<style>
a { background-color: #BCFCD4; }
a { background-color: rgb(188,252,212); }
div.DivClassName
{
background-color: #BCFCD4;
}
.BgClassName
{
background-color: #BCFCD4;
}
</style>
border-color css
<style>
span { border-color: #BCFCD4; }
span { border-color: rgb(188,252,212); }
td.TdClassName
{
border-color: #BCFCD4;
}
.TagClassName
{
border-color: #BCFCD4;
}
</style>