Shades of Aero Blue #BCFBD5
Tints of Aero Blue #BCFBD5
RGB
CMYK
RGB Variations
Color information
#BCFBD5 (or 0xBCFBD5) is known color: Aero Blue. HEX triplet: BC, FB and D5. RGB value is (188,251,213). Sum of RGB (Red+Green+Blue) = 188+251+213=652 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.83% from 652); Green value is 251 (98.44% from 255 or 38.50% from 652); Blue value is 213 (83.59% from 255 or 32.67% from 652); Max value from RGB is 251 - color contains mainly: green. Hex color #BCFBD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFBD5 is #43042A. Grayscale: #E3E3E3. Windows color (decimal): -4391979 or 14023612. OLE color: 14023612.
HSL color Cylindrical-coordinate representation of color #BCFBD5: hue angle of 143.81º 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 #BCFBD5 is Cyan = 0.25, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 251 | 213 | - |
| CMYK | 0.25 | 0 | 0.15 | 0.02 |
| HSL | 143.81º | 0.89% | 0.86% | - |
| HSV(B) | 143.81º | 0.25% | 0.98% | - |
| XYZ | 67.25 | 84.49 | 75.71 | - |
| YUV | 227.83 | 119.63 | 99.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 251 | 213 | 0.25 | 0 | 0.15 | 0.02 | 143.81 | 0.89 | 0.86 |
| Hex | BC | FB | D5 | 19 | 0 | F | 2 | 90 | 59 | 56 |
| Octal | 274 | 373 | 325 | 31 | 0 | 17 | 2 | 220 | 131 | 126 |
| Binary | 10111100 | 11111011 | 11010101 | 11001 | 0 | 1111 | 10 | 10010000 | 1011001 | 1010110 |
Color Harmonies of #BCFBD5
Complementary color
Monochromatic Colors of #BCFBD5
Black with #BCFBD5
Text Example
Text Example
White with #BCFBD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFBD5; }
p { color: rgb(188,251,213); }
H1.HeaderClassName
{
color: #BCFBD5;
}
.AnyTagClassName
{
color: #BCFBD5;
}
</style>
background-color css
<style>
a { background-color: #BCFBD5; }
a { background-color: rgb(188,251,213); }
div.DivClassName
{
background-color: #BCFBD5;
}
.BgClassName
{
background-color: #BCFBD5;
}
</style>
border-color css
<style>
span { border-color: #BCFBD5; }
span { border-color: rgb(188,251,213); }
td.TdClassName
{
border-color: #BCFBD5;
}
.TagClassName
{
border-color: #BCFBD5;
}
</style>