Shades of Aero Blue #BCFBDC
Tints of Aero Blue #BCFBDC
RGB
CMYK
RGB Variations
Color information
#BCFBDC (or 0xBCFBDC) is known color: Aero Blue. HEX triplet: BC, FB and DC. RGB value is (188,251,220). Sum of RGB (Red+Green+Blue) = 188+251+220=659 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.53% from 659); Green value is 251 (98.44% from 255 or 38.09% from 659); Blue value is 220 (86.33% from 255 or 33.38% from 659); Max value from RGB is 251 - color contains mainly: green. Hex color #BCFBDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFBDC is #430423. Grayscale: #E4E4E4. Windows color (decimal): -4391972 or 14482364. OLE color: 14482364.
HSL color Cylindrical-coordinate representation of color #BCFBDC: hue angle of 150.48º 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 #BCFBDC is Cyan = 0.25, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 251 | 220 | - |
| CMYK | 0.25 | 0 | 0.12 | 0.02 |
| HSL | 150.48º | 0.89% | 0.86% | - |
| HSV(B) | 150.48º | 0.25% | 0.98% | - |
| XYZ | 68.15 | 84.85 | 80.5 | - |
| YUV | 228.63 | 123.13 | 99.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 251 | 220 | 0.25 | 0 | 0.12 | 0.02 | 150.48 | 0.89 | 0.86 |
| Hex | BC | FB | DC | 19 | 0 | C | 2 | 96 | 59 | 56 |
| Octal | 274 | 373 | 334 | 31 | 0 | 14 | 2 | 226 | 131 | 126 |
| Binary | 10111100 | 11111011 | 11011100 | 11001 | 0 | 1100 | 10 | 10010110 | 1011001 | 1010110 |
Color Harmonies of #BCFBDC
Complementary color
Monochromatic Colors of #BCFBDC
Black with #BCFBDC
Text Example
Text Example
White with #BCFBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFBDC; }
p { color: rgb(188,251,220); }
H1.HeaderClassName
{
color: #BCFBDC;
}
.AnyTagClassName
{
color: #BCFBDC;
}
</style>
background-color css
<style>
a { background-color: #BCFBDC; }
a { background-color: rgb(188,251,220); }
div.DivClassName
{
background-color: #BCFBDC;
}
.BgClassName
{
background-color: #BCFBDC;
}
</style>
border-color css
<style>
span { border-color: #BCFBDC; }
span { border-color: rgb(188,251,220); }
td.TdClassName
{
border-color: #BCFBDC;
}
.TagClassName
{
border-color: #BCFBDC;
}
</style>