Shades of Aero Blue #BCFBD3
Tints of Aero Blue #BCFBD3
RGB
CMYK
RGB Variations
Color information
#BCFBD3 (or 0xBCFBD3) is known color: Aero Blue. HEX triplet: BC, FB and D3. RGB value is (188,251,211). Sum of RGB (Red+Green+Blue) = 188+251+211=650 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.92% from 650); Green value is 251 (98.44% from 255 or 38.62% from 650); Blue value is 211 (82.81% from 255 or 32.46% from 650); Max value from RGB is 251 - color contains mainly: green. Hex color #BCFBD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFBD3 is #43042C. Grayscale: #E3E3E3. Windows color (decimal): -4391981 or 13892540. OLE color: 13892540.
HSL color Cylindrical-coordinate representation of color #BCFBD3: hue angle of 141.9º 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 #BCFBD3 is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 251 | 211 | - |
| CMYK | 0.25 | 0 | 0.16 | 0.02 |
| HSL | 141.9º | 0.89% | 0.86% | - |
| HSV(B) | 141.9º | 0.25% | 0.98% | - |
| XYZ | 66.99 | 84.39 | 74.39 | - |
| YUV | 227.6 | 118.63 | 99.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 251 | 211 | 0.25 | 0 | 0.16 | 0.02 | 141.9 | 0.89 | 0.86 |
| Hex | BC | FB | D3 | 19 | 0 | 10 | 2 | 8E | 59 | 56 |
| Octal | 274 | 373 | 323 | 31 | 0 | 20 | 2 | 216 | 131 | 126 |
| Binary | 10111100 | 11111011 | 11010011 | 11001 | 0 | 10000 | 10 | 10001110 | 1011001 | 1010110 |
Color Harmonies of #BCFBD3
Complementary color
Monochromatic Colors of #BCFBD3
Black with #BCFBD3
Text Example
Text Example
White with #BCFBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFBD3; }
p { color: rgb(188,251,211); }
H1.HeaderClassName
{
color: #BCFBD3;
}
.AnyTagClassName
{
color: #BCFBD3;
}
</style>
background-color css
<style>
a { background-color: #BCFBD3; }
a { background-color: rgb(188,251,211); }
div.DivClassName
{
background-color: #BCFBD3;
}
.BgClassName
{
background-color: #BCFBD3;
}
</style>
border-color css
<style>
span { border-color: #BCFBD3; }
span { border-color: rgb(188,251,211); }
td.TdClassName
{
border-color: #BCFBD3;
}
.TagClassName
{
border-color: #BCFBD3;
}
</style>