Shades of Aero Blue #BCFDD8
Tints of Aero Blue #BCFDD8
RGB
CMYK
RGB Variations
Color information
#BCFDD8 (or 0xBCFDD8) is known color: Aero Blue. HEX triplet: BC, FD and D8. RGB value is (188,253,216). Sum of RGB (Red+Green+Blue) = 188+253+216=657 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.61% from 657); Green value is 253 (99.22% from 255 or 38.51% from 657); Blue value is 216 (84.77% from 255 or 32.88% from 657); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFDD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFDD8 is #430227. Grayscale: #E5E5E5. Windows color (decimal): -4391464 or 14220732. OLE color: 14220732.
HSL color Cylindrical-coordinate representation of color #BCFDD8: hue angle of 145.85º 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 #BCFDD8 is Cyan = 0.26, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 253 | 216 | - |
| CMYK | 0.26 | 0 | 0.15 | 0.01 |
| HSL | 145.85º | 0.94% | 0.86% | - |
| HSV(B) | 145.85º | 0.26% | 0.99% | - |
| XYZ | 68.26 | 85.9 | 77.95 | - |
| YUV | 229.35 | 120.47 | 98.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 253 | 216 | 0.26 | 0 | 0.15 | 0.01 | 145.85 | 0.94 | 0.86 |
| Hex | BC | FD | D8 | 1A | 0 | F | 1 | 92 | 5E | 56 |
| Octal | 274 | 375 | 330 | 32 | 0 | 17 | 1 | 222 | 136 | 126 |
| Binary | 10111100 | 11111101 | 11011000 | 11010 | 0 | 1111 | 1 | 10010010 | 1011110 | 1010110 |
Color Harmonies of #BCFDD8
Complementary color
Monochromatic Colors of #BCFDD8
Black with #BCFDD8
Text Example
Text Example
White with #BCFDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFDD8; }
p { color: rgb(188,253,216); }
H1.HeaderClassName
{
color: #BCFDD8;
}
.AnyTagClassName
{
color: #BCFDD8;
}
</style>
background-color css
<style>
a { background-color: #BCFDD8; }
a { background-color: rgb(188,253,216); }
div.DivClassName
{
background-color: #BCFDD8;
}
.BgClassName
{
background-color: #BCFDD8;
}
</style>
border-color css
<style>
span { border-color: #BCFDD8; }
span { border-color: rgb(188,253,216); }
td.TdClassName
{
border-color: #BCFDD8;
}
.TagClassName
{
border-color: #BCFDD8;
}
</style>