Shades of Nebula #BAC5BF
Tints of Nebula #BAC5BF
RGB
CMYK
RGB Variations
Color information
#BAC5BF (or 0xBAC5BF) is known color: Nebula. HEX triplet: BA, C5 and BF. RGB value is (186,197,191). Sum of RGB (Red+Green+Blue) = 186+197+191=574 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.40% from 574); Green value is 197 (77.34% from 255 or 34.32% from 574); Blue value is 191 (75% from 255 or 33.28% from 574); Max value from RGB is 197 - color contains mainly: green. Hex color #BAC5BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC5BF is #453A40. Grayscale: #C1C1C1. Windows color (decimal): -4536897 or 12567994. OLE color: 12567994.
HSL color Cylindrical-coordinate representation of color #BAC5BF: hue angle of 147.27º 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 #BAC5BF is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 197 | 191 | - |
| CMYK | 0.06 | 0 | 0.03 | 0.23 |
| HSL | 147.27º | 0.09% | 0.75% | - |
| HSV(B) | 147.27º | 0.06% | 0.77% | - |
| XYZ | 49.62 | 54.13 | 57.12 | - |
| YUV | 193.03 | 126.86 | 122.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 197 | 191 | 0.06 | 0 | 0.03 | 0.23 | 147.27 | 0.09 | 0.75 |
| Hex | BA | C5 | BF | 6 | 0 | 3 | 17 | 93 | 9 | 4B |
| Octal | 272 | 305 | 277 | 6 | 0 | 3 | 27 | 223 | 11 | 113 |
| Binary | 10111010 | 11000101 | 10111111 | 110 | 0 | 11 | 10111 | 10010011 | 1001 | 1001011 |
Color Harmonies of #BAC5BF
Complementary color
Monochromatic Colors of #BAC5BF
Black with #BAC5BF
Text Example
Text Example
White with #BAC5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC5BF; }
p { color: rgb(186,197,191); }
H1.HeaderClassName
{
color: #BAC5BF;
}
.AnyTagClassName
{
color: #BAC5BF;
}
</style>
background-color css
<style>
a { background-color: #BAC5BF; }
a { background-color: rgb(186,197,191); }
div.DivClassName
{
background-color: #BAC5BF;
}
.BgClassName
{
background-color: #BAC5BF;
}
</style>
border-color css
<style>
span { border-color: #BAC5BF; }
span { border-color: rgb(186,197,191); }
td.TdClassName
{
border-color: #BAC5BF;
}
.TagClassName
{
border-color: #BAC5BF;
}
</style>