Shades of Ghost #B9BAC1
Tints of Ghost #B9BAC1
RGB
CMYK
RGB Variations
Color information
#B9BAC1 (or 0xB9BAC1) is known color: Ghost. HEX triplet: B9, BA and C1. RGB value is (185,186,193). Sum of RGB (Red+Green+Blue) = 185+186+193=564 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.80% from 564); Green value is 186 (73.05% from 255 or 32.98% from 564); Blue value is 193 (75.78% from 255 or 34.22% from 564); Max value from RGB is 193 - color contains mainly: blue. Hex color #B9BAC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BAC1 is #46453E. Grayscale: #BABABA. Windows color (decimal): -4605247 or 12696249. OLE color: 12696249.
HSL color Cylindrical-coordinate representation of color #B9BAC1: hue angle of 232.5º degrees, saturation: 0.06, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #B9BAC1 is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 185 | 186 | 193 | - |
| CMYK | 0.04 | 0.04 | 0 | 0.24 |
| HSL | 232.5º | 0.06% | 0.74% | - |
| HSV(B) | 232.5º | 0.04% | 0.76% | - |
| XYZ | 47.19 | 49.28 | 57.48 | - |
| YUV | 186.5 | 131.67 | 126.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 186 | 193 | 0.04 | 0.04 | 0 | 0.24 | 232.5 | 0.06 | 0.74 |
| Hex | B9 | BA | C1 | 4 | 4 | 0 | 18 | E8 | 6 | 4A |
| Octal | 271 | 272 | 301 | 4 | 4 | 0 | 30 | 350 | 6 | 112 |
| Binary | 10111001 | 10111010 | 11000001 | 100 | 100 | 0 | 11000 | 11101000 | 110 | 1001010 |
Color Harmonies of #B9BAC1
Complementary color
Monochromatic Colors of #B9BAC1
Black with #B9BAC1
Text Example
Text Example
White with #B9BAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BAC1; }
p { color: rgb(185,186,193); }
H1.HeaderClassName
{
color: #B9BAC1;
}
.AnyTagClassName
{
color: #B9BAC1;
}
</style>
background-color css
<style>
a { background-color: #B9BAC1; }
a { background-color: rgb(185,186,193); }
div.DivClassName
{
background-color: #B9BAC1;
}
.BgClassName
{
background-color: #B9BAC1;
}
</style>
border-color css
<style>
span { border-color: #B9BAC1; }
span { border-color: rgb(185,186,193); }
td.TdClassName
{
border-color: #B9BAC1;
}
.TagClassName
{
border-color: #B9BAC1;
}
</style>