Shades of Nebula #BAC7C0
Tints of Nebula #BAC7C0
RGB
CMYK
RGB Variations
Color information
#BAC7C0 (or 0xBAC7C0) is known color: Nebula. HEX triplet: BA, C7 and C0. RGB value is (186,199,192). Sum of RGB (Red+Green+Blue) = 186+199+192=577 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.24% from 577); Green value is 199 (78.12% from 255 or 34.49% from 577); Blue value is 192 (75.39% from 255 or 33.28% from 577); Max value from RGB is 199 - color contains mainly: green. Hex color #BAC7C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC7C0 is #45383F. Grayscale: #C2C2C2. Windows color (decimal): -4536384 or 12634042. OLE color: 12634042.
HSL color Cylindrical-coordinate representation of color #BAC7C0: hue angle of 147.69º degrees, saturation: 0.1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BAC7C0 is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 199 | 192 | - |
| CMYK | 0.07 | 0 | 0.04 | 0.22 |
| HSL | 147.69º | 0.1% | 0.75% | - |
| HSV(B) | 147.69º | 0.07% | 0.78% | - |
| XYZ | 50.19 | 55.09 | 57.86 | - |
| YUV | 194.32 | 126.69 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 199 | 192 | 0.07 | 0 | 0.04 | 0.22 | 147.69 | 0.1 | 0.75 |
| Hex | BA | C7 | C0 | 7 | 0 | 4 | 16 | 94 | A | 4B |
| Octal | 272 | 307 | 300 | 7 | 0 | 4 | 26 | 224 | 12 | 113 |
| Binary | 10111010 | 11000111 | 11000000 | 111 | 0 | 100 | 10110 | 10010100 | 1010 | 1001011 |
Color Harmonies of #BAC7C0
Complementary color
Monochromatic Colors of #BAC7C0
Black with #BAC7C0
Text Example
Text Example
White with #BAC7C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC7C0; }
p { color: rgb(186,199,192); }
H1.HeaderClassName
{
color: #BAC7C0;
}
.AnyTagClassName
{
color: #BAC7C0;
}
</style>
background-color css
<style>
a { background-color: #BAC7C0; }
a { background-color: rgb(186,199,192); }
div.DivClassName
{
background-color: #BAC7C0;
}
.BgClassName
{
background-color: #BAC7C0;
}
</style>
border-color css
<style>
span { border-color: #BAC7C0; }
span { border-color: rgb(186,199,192); }
td.TdClassName
{
border-color: #BAC7C0;
}
.TagClassName
{
border-color: #BAC7C0;
}
</style>