Shades of Nebula #BAC0BC
Tints of Nebula #BAC0BC
RGB
CMYK
RGB Variations
Color information
#BAC0BC (or 0xBAC0BC) is known color: Nebula. HEX triplet: BA, C0 and BC. RGB value is (186,192,188). Sum of RGB (Red+Green+Blue) = 186+192+188=566 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.86% from 566); Green value is 192 (75.39% from 255 or 33.92% from 566); Blue value is 188 (73.83% from 255 or 33.22% from 566); Max value from RGB is 192 - color contains mainly: green. Hex color #BAC0BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC0BC is #453F43. Grayscale: #BDBDBD. Windows color (decimal): -4538180 or 12370106. OLE color: 12370106.
HSL color Cylindrical-coordinate representation of color #BAC0BC: hue angle of 140º degrees, saturation: 0.05, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #BAC0BC is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 192 | 188 | - |
| CMYK | 0.03 | 0 | 0.02 | 0.25 |
| HSL | 140º | 0.05% | 0.74% | - |
| HSV(B) | 140º | 0.03% | 0.75% | - |
| XYZ | 48.18 | 51.77 | 55.03 | - |
| YUV | 189.75 | 127.01 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 192 | 188 | 0.03 | 0 | 0.02 | 0.25 | 140 | 0.05 | 0.74 |
| Hex | BA | C0 | BC | 3 | 0 | 2 | 19 | 8C | 5 | 4A |
| Octal | 272 | 300 | 274 | 3 | 0 | 2 | 31 | 214 | 5 | 112 |
| Binary | 10111010 | 11000000 | 10111100 | 11 | 0 | 10 | 11001 | 10001100 | 101 | 1001010 |
Color Harmonies of #BAC0BC
Complementary color
Monochromatic Colors of #BAC0BC
Black with #BAC0BC
Text Example
Text Example
White with #BAC0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC0BC; }
p { color: rgb(186,192,188); }
H1.HeaderClassName
{
color: #BAC0BC;
}
.AnyTagClassName
{
color: #BAC0BC;
}
</style>
background-color css
<style>
a { background-color: #BAC0BC; }
a { background-color: rgb(186,192,188); }
div.DivClassName
{
background-color: #BAC0BC;
}
.BgClassName
{
background-color: #BAC0BC;
}
</style>
border-color css
<style>
span { border-color: #BAC0BC; }
span { border-color: rgb(186,192,188); }
td.TdClassName
{
border-color: #BAC0BC;
}
.TagClassName
{
border-color: #BAC0BC;
}
</style>