Shades of Nebula #BAC6BE
Tints of Nebula #BAC6BE
RGB
CMYK
RGB Variations
Color information
#BAC6BE (or 0xBAC6BE) is known color: Nebula. HEX triplet: BA, C6 and BE. RGB value is (186,198,190). Sum of RGB (Red+Green+Blue) = 186+198+190=574 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.40% from 574); Green value is 198 (77.73% from 255 or 34.49% from 574); Blue value is 190 (74.61% from 255 or 33.10% from 574); Max value from RGB is 198 - color contains mainly: green. Hex color #BAC6BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC6BE is #453941. Grayscale: #C1C1C1. Windows color (decimal): -4536642 or 12502714. OLE color: 12502714.
HSL color Cylindrical-coordinate representation of color #BAC6BE: hue angle of 140º 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 #BAC6BE is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 198 | 190 | - |
| CMYK | 0.06 | 0 | 0.04 | 0.22 |
| HSL | 140º | 0.1% | 0.75% | - |
| HSV(B) | 140º | 0.06% | 0.78% | - |
| XYZ | 49.74 | 54.54 | 56.62 | - |
| YUV | 193.5 | 126.02 | 122.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 198 | 190 | 0.06 | 0 | 0.04 | 0.22 | 140 | 0.1 | 0.75 |
| Hex | BA | C6 | BE | 6 | 0 | 4 | 16 | 8C | A | 4B |
| Octal | 272 | 306 | 276 | 6 | 0 | 4 | 26 | 214 | 12 | 113 |
| Binary | 10111010 | 11000110 | 10111110 | 110 | 0 | 100 | 10110 | 10001100 | 1010 | 1001011 |
Color Harmonies of #BAC6BE
Complementary color
Monochromatic Colors of #BAC6BE
Black with #BAC6BE
Text Example
Text Example
White with #BAC6BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC6BE; }
p { color: rgb(186,198,190); }
H1.HeaderClassName
{
color: #BAC6BE;
}
.AnyTagClassName
{
color: #BAC6BE;
}
</style>
background-color css
<style>
a { background-color: #BAC6BE; }
a { background-color: rgb(186,198,190); }
div.DivClassName
{
background-color: #BAC6BE;
}
.BgClassName
{
background-color: #BAC6BE;
}
</style>
border-color css
<style>
span { border-color: #BAC6BE; }
span { border-color: rgb(186,198,190); }
td.TdClassName
{
border-color: #BAC6BE;
}
.TagClassName
{
border-color: #BAC6BE;
}
</style>