Shades of Nebula #BACBC0
Tints of Nebula #BACBC0
RGB
CMYK
RGB Variations
Color information
#BACBC0 (or 0xBACBC0) is known color: Nebula. HEX triplet: BA, CB and C0. RGB value is (186,203,192). Sum of RGB (Red+Green+Blue) = 186+203+192=581 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.01% from 581); Green value is 203 (79.69% from 255 or 34.94% from 581); Blue value is 192 (75.39% from 255 or 33.05% from 581); Max value from RGB is 203 - color contains mainly: green. Hex color #BACBC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACBC0 is #45343F. Grayscale: #C4C4C4. Windows color (decimal): -4535360 or 12635066. OLE color: 12635066.
HSL color Cylindrical-coordinate representation of color #BACBC0: hue angle of 141.18º degrees, saturation: 0.14, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BACBC0 is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 203 | 192 | - |
| CMYK | 0.08 | 0 | 0.05 | 0.20 |
| HSL | 141.18º | 0.14% | 0.76% | - |
| HSV(B) | 141.18º | 0.08% | 0.8% | - |
| XYZ | 51.12 | 56.96 | 58.17 | - |
| YUV | 196.66 | 125.37 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 203 | 192 | 0.08 | 0 | 0.05 | 0.20 | 141.18 | 0.14 | 0.76 |
| Hex | BA | CB | C0 | 8 | 0 | 5 | 14 | 8D | E | 4C |
| Octal | 272 | 313 | 300 | 10 | 0 | 5 | 24 | 215 | 16 | 114 |
| Binary | 10111010 | 11001011 | 11000000 | 1000 | 0 | 101 | 10100 | 10001101 | 1110 | 1001100 |
Color Harmonies of #BACBC0
Complementary color
Monochromatic Colors of #BACBC0
Black with #BACBC0
Text Example
Text Example
White with #BACBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACBC0; }
p { color: rgb(186,203,192); }
H1.HeaderClassName
{
color: #BACBC0;
}
.AnyTagClassName
{
color: #BACBC0;
}
</style>
background-color css
<style>
a { background-color: #BACBC0; }
a { background-color: rgb(186,203,192); }
div.DivClassName
{
background-color: #BACBC0;
}
.BgClassName
{
background-color: #BACBC0;
}
</style>
border-color css
<style>
span { border-color: #BACBC0; }
span { border-color: rgb(186,203,192); }
td.TdClassName
{
border-color: #BACBC0;
}
.TagClassName
{
border-color: #BACBC0;
}
</style>