Shades of Aero Blue #BCFBD4
Tints of Aero Blue #BCFBD4
RGB
CMYK
RGB Variations
Color information
#BCFBD4 (or 0xBCFBD4) is known color: Aero Blue. HEX triplet: BC, FB and D4. RGB value is (188,251,212). Sum of RGB (Red+Green+Blue) = 188+251+212=651 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.88% from 651); Green value is 251 (98.44% from 255 or 38.56% from 651); Blue value is 212 (83.20% from 255 or 32.57% from 651); Max value from RGB is 251 - color contains mainly: green. Hex color #BCFBD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFBD4 is #43042B. Grayscale: #E3E3E3. Windows color (decimal): -4391980 or 13958076. OLE color: 13958076.
HSL color Cylindrical-coordinate representation of color #BCFBD4: hue angle of 142.86º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCFBD4 is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 251 | 212 | - |
| CMYK | 0.25 | 0 | 0.16 | 0.02 |
| HSL | 142.86º | 0.89% | 0.86% | - |
| HSV(B) | 142.86º | 0.25% | 0.98% | - |
| XYZ | 67.12 | 84.44 | 75.05 | - |
| YUV | 227.72 | 119.13 | 99.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 251 | 212 | 0.25 | 0 | 0.16 | 0.02 | 142.86 | 0.89 | 0.86 |
| Hex | BC | FB | D4 | 19 | 0 | 10 | 2 | 8F | 59 | 56 |
| Octal | 274 | 373 | 324 | 31 | 0 | 20 | 2 | 217 | 131 | 126 |
| Binary | 10111100 | 11111011 | 11010100 | 11001 | 0 | 10000 | 10 | 10001111 | 1011001 | 1010110 |
Color Harmonies of #BCFBD4
Complementary color
Monochromatic Colors of #BCFBD4
Black with #BCFBD4
Text Example
Text Example
White with #BCFBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFBD4; }
p { color: rgb(188,251,212); }
H1.HeaderClassName
{
color: #BCFBD4;
}
.AnyTagClassName
{
color: #BCFBD4;
}
</style>
background-color css
<style>
a { background-color: #BCFBD4; }
a { background-color: rgb(188,251,212); }
div.DivClassName
{
background-color: #BCFBD4;
}
.BgClassName
{
background-color: #BCFBD4;
}
</style>
border-color css
<style>
span { border-color: #BCFBD4; }
span { border-color: rgb(188,251,212); }
td.TdClassName
{
border-color: #BCFBD4;
}
.TagClassName
{
border-color: #BCFBD4;
}
</style>