Shades of Nebula #BAC5BD
Tints of Nebula #BAC5BD
RGB
CMYK
RGB Variations
Color information
#BAC5BD (or 0xBAC5BD) is known color: Nebula. HEX triplet: BA, C5 and BD. RGB value is (186,197,189). Sum of RGB (Red+Green+Blue) = 186+197+189=572 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.52% from 572); Green value is 197 (77.34% from 255 or 34.44% from 572); Blue value is 189 (74.22% from 255 or 33.04% from 572); Max value from RGB is 197 - color contains mainly: green. Hex color #BAC5BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC5BD is #453A42. Grayscale: #C0C0C0. Windows color (decimal): -4536899 or 12436922. OLE color: 12436922.
HSL color Cylindrical-coordinate representation of color #BAC5BD: hue angle of 136.36º degrees, saturation: 0.09, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BAC5BD is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 197 | 189 | - |
| CMYK | 0.06 | 0 | 0.04 | 0.23 |
| HSL | 136.36º | 0.09% | 0.75% | - |
| HSV(B) | 136.36º | 0.06% | 0.77% | - |
| XYZ | 49.4 | 54.05 | 55.97 | - |
| YUV | 192.8 | 125.86 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 197 | 189 | 0.06 | 0 | 0.04 | 0.23 | 136.36 | 0.09 | 0.75 |
| Hex | BA | C5 | BD | 6 | 0 | 4 | 17 | 88 | 9 | 4B |
| Octal | 272 | 305 | 275 | 6 | 0 | 4 | 27 | 210 | 11 | 113 |
| Binary | 10111010 | 11000101 | 10111101 | 110 | 0 | 100 | 10111 | 10001000 | 1001 | 1001011 |
Color Harmonies of #BAC5BD
Complementary color
Monochromatic Colors of #BAC5BD
Black with #BAC5BD
Text Example
Text Example
White with #BAC5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC5BD; }
p { color: rgb(186,197,189); }
H1.HeaderClassName
{
color: #BAC5BD;
}
.AnyTagClassName
{
color: #BAC5BD;
}
</style>
background-color css
<style>
a { background-color: #BAC5BD; }
a { background-color: rgb(186,197,189); }
div.DivClassName
{
background-color: #BAC5BD;
}
.BgClassName
{
background-color: #BAC5BD;
}
</style>
border-color css
<style>
span { border-color: #BAC5BD; }
span { border-color: rgb(186,197,189); }
td.TdClassName
{
border-color: #BAC5BD;
}
.TagClassName
{
border-color: #BAC5BD;
}
</style>