Shades of Nebula #BAC9BF
Tints of Nebula #BAC9BF
RGB
CMYK
RGB Variations
Color information
#BAC9BF (or 0xBAC9BF) is known color: Nebula. HEX triplet: BA, C9 and BF. RGB value is (186,201,191). Sum of RGB (Red+Green+Blue) = 186+201+191=578 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.18% from 578); Green value is 201 (78.91% from 255 or 34.78% from 578); Blue value is 191 (75% from 255 or 33.04% from 578); Max value from RGB is 201 - color contains mainly: green. Hex color #BAC9BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC9BF is #453640. Grayscale: #C3C3C3. Windows color (decimal): -4535873 or 12569018. OLE color: 12569018.
HSL color Cylindrical-coordinate representation of color #BAC9BF: hue angle of 140º degrees, saturation: 0.12, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BAC9BF is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 201 | 191 | - |
| CMYK | 0.07 | 0 | 0.05 | 0.21 |
| HSL | 140º | 0.12% | 0.76% | - |
| HSV(B) | 140º | 0.07% | 0.79% | - |
| XYZ | 50.54 | 55.97 | 57.43 | - |
| YUV | 195.38 | 125.53 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 201 | 191 | 0.07 | 0 | 0.05 | 0.21 | 140 | 0.12 | 0.76 |
| Hex | BA | C9 | BF | 7 | 0 | 5 | 15 | 8C | C | 4C |
| Octal | 272 | 311 | 277 | 7 | 0 | 5 | 25 | 214 | 14 | 114 |
| Binary | 10111010 | 11001001 | 10111111 | 111 | 0 | 101 | 10101 | 10001100 | 1100 | 1001100 |
Color Harmonies of #BAC9BF
Complementary color
Monochromatic Colors of #BAC9BF
Black with #BAC9BF
Text Example
Text Example
White with #BAC9BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC9BF; }
p { color: rgb(186,201,191); }
H1.HeaderClassName
{
color: #BAC9BF;
}
.AnyTagClassName
{
color: #BAC9BF;
}
</style>
background-color css
<style>
a { background-color: #BAC9BF; }
a { background-color: rgb(186,201,191); }
div.DivClassName
{
background-color: #BAC9BF;
}
.BgClassName
{
background-color: #BAC9BF;
}
</style>
border-color css
<style>
span { border-color: #BAC9BF; }
span { border-color: rgb(186,201,191); }
td.TdClassName
{
border-color: #BAC9BF;
}
.TagClassName
{
border-color: #BAC9BF;
}
</style>