Shades of Aero Blue #BCFBDA
Tints of Aero Blue #BCFBDA
RGB
CMYK
RGB Variations
Color information
#BCFBDA (or 0xBCFBDA) is known color: Aero Blue. HEX triplet: BC, FB and DA. RGB value is (188,251,218). Sum of RGB (Red+Green+Blue) = 188+251+218=657 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.61% from 657); Green value is 251 (98.44% from 255 or 38.20% from 657); Blue value is 218 (85.55% from 255 or 33.18% from 657); Max value from RGB is 251 - color contains mainly: green. Hex color #BCFBDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFBDA is #430425. Grayscale: #E4E4E4. Windows color (decimal): -4391974 or 14351292. OLE color: 14351292.
HSL color Cylindrical-coordinate representation of color #BCFBDA: hue angle of 148.57º degrees, saturation: 0.89, 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 #BCFBDA is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 251 | 218 | - |
| CMYK | 0.25 | 0 | 0.13 | 0.02 |
| HSL | 148.57º | 0.89% | 0.86% | - |
| HSV(B) | 148.57º | 0.25% | 0.98% | - |
| XYZ | 67.89 | 84.75 | 79.11 | - |
| YUV | 228.4 | 122.13 | 99.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 251 | 218 | 0.25 | 0 | 0.13 | 0.02 | 148.57 | 0.89 | 0.86 |
| Hex | BC | FB | DA | 19 | 0 | D | 2 | 95 | 59 | 56 |
| Octal | 274 | 373 | 332 | 31 | 0 | 15 | 2 | 225 | 131 | 126 |
| Binary | 10111100 | 11111011 | 11011010 | 11001 | 0 | 1101 | 10 | 10010101 | 1011001 | 1010110 |
Color Harmonies of #BCFBDA
Complementary color
Monochromatic Colors of #BCFBDA
Black with #BCFBDA
Text Example
Text Example
White with #BCFBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFBDA; }
p { color: rgb(188,251,218); }
H1.HeaderClassName
{
color: #BCFBDA;
}
.AnyTagClassName
{
color: #BCFBDA;
}
</style>
background-color css
<style>
a { background-color: #BCFBDA; }
a { background-color: rgb(188,251,218); }
div.DivClassName
{
background-color: #BCFBDA;
}
.BgClassName
{
background-color: #BCFBDA;
}
</style>
border-color css
<style>
span { border-color: #BCFBDA; }
span { border-color: rgb(188,251,218); }
td.TdClassName
{
border-color: #BCFBDA;
}
.TagClassName
{
border-color: #BCFBDA;
}
</style>