Shades of Nebula #BAC6BD
Tints of Nebula #BAC6BD
RGB
CMYK
RGB Variations
Color information
#BAC6BD (or 0xBAC6BD) is known color: Nebula. HEX triplet: BA, C6 and BD. RGB value is (186,198,189). Sum of RGB (Red+Green+Blue) = 186+198+189=573 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.46% from 573); Green value is 198 (77.73% from 255 or 34.55% from 573); Blue value is 189 (74.22% from 255 or 32.98% from 573); Max value from RGB is 198 - color contains mainly: green. Hex color #BAC6BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC6BD is #453942. Grayscale: #C1C1C1. Windows color (decimal): -4536643 or 12437178. OLE color: 12437178.
HSL color Cylindrical-coordinate representation of color #BAC6BD: hue angle of 135º degrees, saturation: 0.1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BAC6BD is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 198 | 189 | - |
| CMYK | 0.06 | 0 | 0.05 | 0.22 |
| HSL | 135º | 0.1% | 0.75% | - |
| HSV(B) | 135º | 0.06% | 0.78% | - |
| XYZ | 49.63 | 54.5 | 56.05 | - |
| YUV | 193.39 | 125.52 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 198 | 189 | 0.06 | 0 | 0.05 | 0.22 | 135 | 0.1 | 0.75 |
| Hex | BA | C6 | BD | 6 | 0 | 5 | 16 | 87 | A | 4B |
| Octal | 272 | 306 | 275 | 6 | 0 | 5 | 26 | 207 | 12 | 113 |
| Binary | 10111010 | 11000110 | 10111101 | 110 | 0 | 101 | 10110 | 10000111 | 1010 | 1001011 |
Color Harmonies of #BAC6BD
Complementary color
Monochromatic Colors of #BAC6BD
Black with #BAC6BD
Text Example
Text Example
White with #BAC6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC6BD; }
p { color: rgb(186,198,189); }
H1.HeaderClassName
{
color: #BAC6BD;
}
.AnyTagClassName
{
color: #BAC6BD;
}
</style>
background-color css
<style>
a { background-color: #BAC6BD; }
a { background-color: rgb(186,198,189); }
div.DivClassName
{
background-color: #BAC6BD;
}
.BgClassName
{
background-color: #BAC6BD;
}
</style>
border-color css
<style>
span { border-color: #BAC6BD; }
span { border-color: rgb(186,198,189); }
td.TdClassName
{
border-color: #BAC6BD;
}
.TagClassName
{
border-color: #BAC6BD;
}
</style>