Shades of Aero Blue #BCFDDA
Tints of Aero Blue #BCFDDA
RGB
CMYK
RGB Variations
Color information
#BCFDDA (or 0xBCFDDA) is known color: Aero Blue. HEX triplet: BC, FD and DA. RGB value is (188,253,218). Sum of RGB (Red+Green+Blue) = 188+253+218=659 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.53% from 659); Green value is 253 (99.22% from 255 or 38.39% from 659); Blue value is 218 (85.55% from 255 or 33.08% from 659); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFDDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFDDA is #430225. Grayscale: #E5E5E5. Windows color (decimal): -4391462 or 14351804. OLE color: 14351804.
HSL color Cylindrical-coordinate representation of color #BCFDDA: hue angle of 147.69º 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 #BCFDDA is Cyan = 0.26, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 253 | 218 | - |
| CMYK | 0.26 | 0 | 0.14 | 0.01 |
| HSL | 147.69º | 0.94% | 0.86% | - |
| HSV(B) | 147.69º | 0.26% | 0.99% | - |
| XYZ | 68.52 | 86 | 79.32 | - |
| YUV | 229.58 | 121.47 | 98.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 253 | 218 | 0.26 | 0 | 0.14 | 0.01 | 147.69 | 0.94 | 0.86 |
| Hex | BC | FD | DA | 1A | 0 | E | 1 | 94 | 5E | 56 |
| Octal | 274 | 375 | 332 | 32 | 0 | 16 | 1 | 224 | 136 | 126 |
| Binary | 10111100 | 11111101 | 11011010 | 11010 | 0 | 1110 | 1 | 10010100 | 1011110 | 1010110 |
Color Harmonies of #BCFDDA
Complementary color
Monochromatic Colors of #BCFDDA
Black with #BCFDDA
Text Example
Text Example
White with #BCFDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFDDA; }
p { color: rgb(188,253,218); }
H1.HeaderClassName
{
color: #BCFDDA;
}
.AnyTagClassName
{
color: #BCFDDA;
}
</style>
background-color css
<style>
a { background-color: #BCFDDA; }
a { background-color: rgb(188,253,218); }
div.DivClassName
{
background-color: #BCFDDA;
}
.BgClassName
{
background-color: #BCFDDA;
}
</style>
border-color css
<style>
span { border-color: #BCFDDA; }
span { border-color: rgb(188,253,218); }
td.TdClassName
{
border-color: #BCFDDA;
}
.TagClassName
{
border-color: #BCFDDA;
}
</style>