Shades of Ghost #BBB9C1
Tints of Ghost #BBB9C1
RGB
CMYK
RGB Variations
Color information
#BBB9C1 (or 0xBBB9C1) is known color: Ghost. HEX triplet: BB, B9 and C1. RGB value is (187,185,193). Sum of RGB (Red+Green+Blue) = 187+185+193=565 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.10% from 565); Green value is 185 (72.66% from 255 or 32.74% from 565); Blue value is 193 (75.78% from 255 or 34.16% from 565); Max value from RGB is 193 - color contains mainly: blue. Hex color #BBB9C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB9C1 is #44463E. Grayscale: #BABABA. Windows color (decimal): -4474431 or 12695995. OLE color: 12695995.
HSL color Cylindrical-coordinate representation of color #BBB9C1: hue angle of 255º 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 #BBB9C1 is Cyan = 0.03, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 185 | 193 | - |
| CMYK | 0.03 | 0.04 | 0 | 0.24 |
| HSL | 255º | 0.06% | 0.74% | - |
| HSV(B) | 255º | 0.04% | 0.76% | - |
| XYZ | 47.47 | 49.11 | 57.43 | - |
| YUV | 186.51 | 131.66 | 128.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 185 | 193 | 0.03 | 0.04 | 0 | 0.24 | 255 | 0.06 | 0.74 |
| Hex | BB | B9 | C1 | 3 | 4 | 0 | 18 | FF | 6 | 4A |
| Octal | 273 | 271 | 301 | 3 | 4 | 0 | 30 | 377 | 6 | 112 |
| Binary | 10111011 | 10111001 | 11000001 | 11 | 100 | 0 | 11000 | 11111111 | 110 | 1001010 |
Color Harmonies of #BBB9C1
Complementary color
Monochromatic Colors of #BBB9C1
Black with #BBB9C1
Text Example
Text Example
White with #BBB9C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB9C1; }
p { color: rgb(187,185,193); }
H1.HeaderClassName
{
color: #BBB9C1;
}
.AnyTagClassName
{
color: #BBB9C1;
}
</style>
background-color css
<style>
a { background-color: #BBB9C1; }
a { background-color: rgb(187,185,193); }
div.DivClassName
{
background-color: #BBB9C1;
}
.BgClassName
{
background-color: #BBB9C1;
}
</style>
border-color css
<style>
span { border-color: #BBB9C1; }
span { border-color: rgb(187,185,193); }
td.TdClassName
{
border-color: #BBB9C1;
}
.TagClassName
{
border-color: #BBB9C1;
}
</style>