Shades of Nebula #BAC3BD
Tints of Nebula #BAC3BD
RGB
CMYK
RGB Variations
Color information
#BAC3BD (or 0xBAC3BD) is known color: Nebula. HEX triplet: BA, C3 and BD. RGB value is (186,195,189). Sum of RGB (Red+Green+Blue) = 186+195+189=570 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.63% from 570); Green value is 195 (76.56% from 255 or 34.21% from 570); Blue value is 189 (74.22% from 255 or 33.16% from 570); Max value from RGB is 195 - color contains mainly: green. Hex color #BAC3BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC3BD is #453C42. Grayscale: #BFBFBF. Windows color (decimal): -4537411 or 12436410. OLE color: 12436410.
HSL color Cylindrical-coordinate representation of color #BAC3BD: hue angle of 140º degrees, saturation: 0.07, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BAC3BD is Cyan = 0.05, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 195 | 189 | - |
| CMYK | 0.05 | 0 | 0.03 | 0.24 |
| HSL | 140º | 0.07% | 0.75% | - |
| HSV(B) | 140º | 0.05% | 0.76% | - |
| XYZ | 48.95 | 53.14 | 55.82 | - |
| YUV | 191.63 | 126.52 | 123.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 195 | 189 | 0.05 | 0 | 0.03 | 0.24 | 140 | 0.07 | 0.75 |
| Hex | BA | C3 | BD | 5 | 0 | 3 | 18 | 8C | 7 | 4B |
| Octal | 272 | 303 | 275 | 5 | 0 | 3 | 30 | 214 | 7 | 113 |
| Binary | 10111010 | 11000011 | 10111101 | 101 | 0 | 11 | 11000 | 10001100 | 111 | 1001011 |
Color Harmonies of #BAC3BD
Complementary color
Monochromatic Colors of #BAC3BD
Black with #BAC3BD
Text Example
Text Example
White with #BAC3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC3BD; }
p { color: rgb(186,195,189); }
H1.HeaderClassName
{
color: #BAC3BD;
}
.AnyTagClassName
{
color: #BAC3BD;
}
</style>
background-color css
<style>
a { background-color: #BAC3BD; }
a { background-color: rgb(186,195,189); }
div.DivClassName
{
background-color: #BAC3BD;
}
.BgClassName
{
background-color: #BAC3BD;
}
</style>
border-color css
<style>
span { border-color: #BAC3BD; }
span { border-color: rgb(186,195,189); }
td.TdClassName
{
border-color: #BAC3BD;
}
.TagClassName
{
border-color: #BAC3BD;
}
</style>