Shades of Aero Blue #BCFFDA
Tints of Aero Blue #BCFFDA
RGB
CMYK
RGB Variations
Color information
#BCFFDA (or 0xBCFFDA) is known color: Aero Blue. HEX triplet: BC, FF and DA. RGB value is (188,255,218). Sum of RGB (Red+Green+Blue) = 188+255+218=661 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.44% from 661); Green value is 255 (100% from 255 or 38.58% from 661); Blue value is 218 (85.55% from 255 or 32.98% from 661); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFFDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFFDA is #430025. Grayscale: #E6E6E6. Windows color (decimal): -4390950 or 14352316. OLE color: 14352316.
HSL color Cylindrical-coordinate representation of color #BCFFDA: hue angle of 146.87º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCFFDA is Cyan = 0.26, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 255 | 218 | - |
| CMYK | 0.26 | 0 | 0.15 | 0 |
| HSL | 146.87º | 1% | 0.87% | - |
| HSV(B) | 146.87º | 0.26% | 1% | - |
| XYZ | 69.15 | 87.27 | 79.53 | - |
| YUV | 230.75 | 120.8 | 97.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 255 | 218 | 0.26 | 0 | 0.15 | 0 | 146.87 | 1 | 0.87 |
| Hex | BC | FF | DA | 1A | 0 | F | 0 | 93 | 64 | 57 |
| Octal | 274 | 377 | 332 | 32 | 0 | 17 | 0 | 223 | 144 | 127 |
| Binary | 10111100 | 11111111 | 11011010 | 11010 | 0 | 1111 | 0 | 10010011 | 1100100 | 1010111 |
Color Harmonies of #BCFFDA
Complementary color
Monochromatic Colors of #BCFFDA
Black with #BCFFDA
Text Example
Text Example
White with #BCFFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFFDA; }
p { color: rgb(188,255,218); }
H1.HeaderClassName
{
color: #BCFFDA;
}
.AnyTagClassName
{
color: #BCFFDA;
}
</style>
background-color css
<style>
a { background-color: #BCFFDA; }
a { background-color: rgb(188,255,218); }
div.DivClassName
{
background-color: #BCFFDA;
}
.BgClassName
{
background-color: #BCFFDA;
}
</style>
border-color css
<style>
span { border-color: #BCFFDA; }
span { border-color: rgb(188,255,218); }
td.TdClassName
{
border-color: #BCFFDA;
}
.TagClassName
{
border-color: #BCFFDA;
}
</style>