Shades of Aero Blue #BCFDD9
Tints of Aero Blue #BCFDD9
RGB
CMYK
RGB Variations
Color information
#BCFDD9 (or 0xBCFDD9) is known color: Aero Blue. HEX triplet: BC, FD and D9. RGB value is (188,253,217). Sum of RGB (Red+Green+Blue) = 188+253+217=658 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.57% from 658); Green value is 253 (99.22% from 255 or 38.45% from 658); Blue value is 217 (85.16% from 255 or 32.98% from 658); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFDD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFDD9 is #430226. Grayscale: #E5E5E5. Windows color (decimal): -4391463 or 14286268. OLE color: 14286268.
HSL color Cylindrical-coordinate representation of color #BCFDD9: hue angle of 146.77º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCFDD9 is Cyan = 0.26, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 253 | 217 | - |
| CMYK | 0.26 | 0 | 0.14 | 0.01 |
| HSL | 146.77º | 0.94% | 0.86% | - |
| HSV(B) | 146.77º | 0.26% | 0.99% | - |
| XYZ | 68.39 | 85.95 | 78.63 | - |
| YUV | 229.46 | 120.97 | 98.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 253 | 217 | 0.26 | 0 | 0.14 | 0.01 | 146.77 | 0.94 | 0.86 |
| Hex | BC | FD | D9 | 1A | 0 | E | 1 | 93 | 5E | 56 |
| Octal | 274 | 375 | 331 | 32 | 0 | 16 | 1 | 223 | 136 | 126 |
| Binary | 10111100 | 11111101 | 11011001 | 11010 | 0 | 1110 | 1 | 10010011 | 1011110 | 1010110 |
Color Harmonies of #BCFDD9
Complementary color
Monochromatic Colors of #BCFDD9
Black with #BCFDD9
Text Example
Text Example
White with #BCFDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFDD9; }
p { color: rgb(188,253,217); }
H1.HeaderClassName
{
color: #BCFDD9;
}
.AnyTagClassName
{
color: #BCFDD9;
}
</style>
background-color css
<style>
a { background-color: #BCFDD9; }
a { background-color: rgb(188,253,217); }
div.DivClassName
{
background-color: #BCFDD9;
}
.BgClassName
{
background-color: #BCFDD9;
}
</style>
border-color css
<style>
span { border-color: #BCFDD9; }
span { border-color: rgb(188,253,217); }
td.TdClassName
{
border-color: #BCFDD9;
}
.TagClassName
{
border-color: #BCFDD9;
}
</style>