Shades of Aero Blue #BCFDD4
Tints of Aero Blue #BCFDD4
RGB
CMYK
RGB Variations
Color information
#BCFDD4 (or 0xBCFDD4) is known color: Aero Blue. HEX triplet: BC, FD and D4. RGB value is (188,253,212). Sum of RGB (Red+Green+Blue) = 188+253+212=653 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.79% from 653); Green value is 253 (99.22% from 255 or 38.74% from 653); Blue value is 212 (83.20% from 255 or 32.47% from 653); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFDD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFDD4 is #43022B. Grayscale: #E4E4E4. Windows color (decimal): -4391468 or 13958588. OLE color: 13958588.
HSL color Cylindrical-coordinate representation of color #BCFDD4: hue angle of 142.15º 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 #BCFDD4 is Cyan = 0.26, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 253 | 212 | - |
| CMYK | 0.26 | 0 | 0.16 | 0.01 |
| HSL | 142.15º | 0.94% | 0.86% | - |
| HSV(B) | 142.15º | 0.26% | 0.99% | - |
| XYZ | 67.75 | 85.7 | 75.26 | - |
| YUV | 228.89 | 118.47 | 98.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 253 | 212 | 0.26 | 0 | 0.16 | 0.01 | 142.15 | 0.94 | 0.86 |
| Hex | BC | FD | D4 | 1A | 0 | 10 | 1 | 8E | 5E | 56 |
| Octal | 274 | 375 | 324 | 32 | 0 | 20 | 1 | 216 | 136 | 126 |
| Binary | 10111100 | 11111101 | 11010100 | 11010 | 0 | 10000 | 1 | 10001110 | 1011110 | 1010110 |
Color Harmonies of #BCFDD4
Complementary color
Monochromatic Colors of #BCFDD4
Black with #BCFDD4
Text Example
Text Example
White with #BCFDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFDD4; }
p { color: rgb(188,253,212); }
H1.HeaderClassName
{
color: #BCFDD4;
}
.AnyTagClassName
{
color: #BCFDD4;
}
</style>
background-color css
<style>
a { background-color: #BCFDD4; }
a { background-color: rgb(188,253,212); }
div.DivClassName
{
background-color: #BCFDD4;
}
.BgClassName
{
background-color: #BCFDD4;
}
</style>
border-color css
<style>
span { border-color: #BCFDD4; }
span { border-color: rgb(188,253,212); }
td.TdClassName
{
border-color: #BCFDD4;
}
.TagClassName
{
border-color: #BCFDD4;
}
</style>