Shades of Ghost #B8B8BA
Tints of Ghost #B8B8BA
RGB
CMYK
RGB Variations
Color information
#B8B8BA (or 0xB8B8BA) is known color: Ghost. HEX triplet: B8, B8 and BA. RGB value is (184,184,186). Sum of RGB (Red+Green+Blue) = 184+184+186=554 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.21% from 554); Green value is 184 (72.27% from 255 or 33.21% from 554); Blue value is 186 (73.05% from 255 or 33.57% from 554); Max value from RGB is 186 - color contains mainly: blue. Hex color #B8B8BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8B8BA is #474745. Grayscale: #B8B8B8. Windows color (decimal): -4671302 or 12236984. OLE color: 12236984.
HSL color Cylindrical-coordinate representation of color #B8B8BA: hue angle of 240º degrees, saturation: 0.01, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #B8B8BA is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
RGB | 184 | 184 | 186 | - |
CMYK | 0.01 | 0.01 | 0 | 0.27 |
HSL | 240º | 0.01% | 0.73% | - |
HSV(B) | 240º | 0.01% | 0.73% | - |
XYZ | 45.77 | 48.02 | 53.31 | - |
YUV | 184.23 | 129 | 127.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 184 | 184 | 186 | 0.01 | 0.01 | 0 | 0.27 | 240 | 0.01 | 0.73 |
Hex | B8 | B8 | BA | 1 | 1 | 0 | 1B | F0 | 1 | 49 |
Octal | 270 | 270 | 272 | 1 | 1 | 0 | 33 | 360 | 1 | 111 |
Binary | 10111000 | 10111000 | 10111010 | 1 | 1 | 0 | 11011 | 11110000 | 1 | 1001001 |
Color Harmonies of #B8B8BA
Complementary color
Monochromatic Colors of #B8B8BA
Black with #B8B8BA
Text Example
Text Example
White with #B8B8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B8BA; }
p { color: rgb(184,184,186); }
H1.HeaderClassName
{
color: #B8B8BA;
}
.AnyTagClassName
{
color: #B8B8BA;
}
</style>
background-color css
<style>
a { background-color: #B8B8BA; }
a { background-color: rgb(184,184,186); }
div.DivClassName
{
background-color: #B8B8BA;
}
.BgClassName
{
background-color: #B8B8BA;
}
</style>
border-color css
<style>
span { border-color: #B8B8BA; }
span { border-color: rgb(184,184,186); }
td.TdClassName
{
border-color: #B8B8BA;
}
.TagClassName
{
border-color: #B8B8BA;
}
</style>