Shades of Aero Blue #BCFAD4
Tints of Aero Blue #BCFAD4
RGB
CMYK
RGB Variations
Color information
#BCFAD4 (or 0xBCFAD4) is known color: Aero Blue. HEX triplet: BC, FA and D4. RGB value is (188,250,212). Sum of RGB (Red+Green+Blue) = 188+250+212=650 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.92% from 650); Green value is 250 (98.05% from 255 or 38.46% from 650); Blue value is 212 (83.20% from 255 or 32.62% from 650); Max value from RGB is 250 - color contains mainly: green. Hex color #BCFAD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFAD4 is #43052B. Grayscale: #E3E3E3. Windows color (decimal): -4392236 or 13957820. OLE color: 13957820.
HSL color Cylindrical-coordinate representation of color #BCFAD4: hue angle of 143.23º degrees, saturation: 0.86, 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 #BCFAD4 is Cyan = 0.25, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 250 | 212 | - |
| CMYK | 0.25 | 0 | 0.15 | 0.02 |
| HSL | 143.23º | 0.86% | 0.86% | - |
| HSV(B) | 143.23º | 0.25% | 0.98% | - |
| XYZ | 66.81 | 83.82 | 74.94 | - |
| YUV | 227.13 | 119.46 | 100.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 250 | 212 | 0.25 | 0 | 0.15 | 0.02 | 143.23 | 0.86 | 0.86 |
| Hex | BC | FA | D4 | 19 | 0 | F | 2 | 8F | 56 | 56 |
| Octal | 274 | 372 | 324 | 31 | 0 | 17 | 2 | 217 | 126 | 126 |
| Binary | 10111100 | 11111010 | 11010100 | 11001 | 0 | 1111 | 10 | 10001111 | 1010110 | 1010110 |
Color Harmonies of #BCFAD4
Complementary color
Monochromatic Colors of #BCFAD4
Black with #BCFAD4
Text Example
Text Example
White with #BCFAD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFAD4; }
p { color: rgb(188,250,212); }
H1.HeaderClassName
{
color: #BCFAD4;
}
.AnyTagClassName
{
color: #BCFAD4;
}
</style>
background-color css
<style>
a { background-color: #BCFAD4; }
a { background-color: rgb(188,250,212); }
div.DivClassName
{
background-color: #BCFAD4;
}
.BgClassName
{
background-color: #BCFAD4;
}
</style>
border-color css
<style>
span { border-color: #BCFAD4; }
span { border-color: rgb(188,250,212); }
td.TdClassName
{
border-color: #BCFAD4;
}
.TagClassName
{
border-color: #BCFAD4;
}
</style>