Shades of Aero Blue #BCFBDB
Tints of Aero Blue #BCFBDB
RGB
CMYK
RGB Variations
Color information
#BCFBDB (or 0xBCFBDB) is known color: Aero Blue. HEX triplet: BC, FB and DB. RGB value is (188,251,219). Sum of RGB (Red+Green+Blue) = 188+251+219=658 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.57% from 658); Green value is 251 (98.44% from 255 or 38.15% from 658); Blue value is 219 (85.94% from 255 or 33.28% from 658); Max value from RGB is 251 - color contains mainly: green. Hex color #BCFBDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFBDB is #430424. Grayscale: #E4E4E4. Windows color (decimal): -4391973 or 14416828. OLE color: 14416828.
HSL color Cylindrical-coordinate representation of color #BCFBDB: hue angle of 149.52º 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 #BCFBDB is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 251 | 219 | - |
| CMYK | 0.25 | 0 | 0.13 | 0.02 |
| HSL | 149.52º | 0.89% | 0.86% | - |
| HSV(B) | 149.52º | 0.25% | 0.98% | - |
| XYZ | 68.02 | 84.8 | 79.8 | - |
| YUV | 228.52 | 122.63 | 99.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 251 | 219 | 0.25 | 0 | 0.13 | 0.02 | 149.52 | 0.89 | 0.86 |
| Hex | BC | FB | DB | 19 | 0 | D | 2 | 96 | 59 | 56 |
| Octal | 274 | 373 | 333 | 31 | 0 | 15 | 2 | 226 | 131 | 126 |
| Binary | 10111100 | 11111011 | 11011011 | 11001 | 0 | 1101 | 10 | 10010110 | 1011001 | 1010110 |
Color Harmonies of #BCFBDB
Complementary color
Monochromatic Colors of #BCFBDB
Black with #BCFBDB
Text Example
Text Example
White with #BCFBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFBDB; }
p { color: rgb(188,251,219); }
H1.HeaderClassName
{
color: #BCFBDB;
}
.AnyTagClassName
{
color: #BCFBDB;
}
</style>
background-color css
<style>
a { background-color: #BCFBDB; }
a { background-color: rgb(188,251,219); }
div.DivClassName
{
background-color: #BCFBDB;
}
.BgClassName
{
background-color: #BCFBDB;
}
</style>
border-color css
<style>
span { border-color: #BCFBDB; }
span { border-color: rgb(188,251,219); }
td.TdClassName
{
border-color: #BCFBDB;
}
.TagClassName
{
border-color: #BCFBDB;
}
</style>