Shades of Ghost #BBB9C5
Tints of Ghost #BBB9C5
RGB
CMYK
RGB Variations
Color information
#BBB9C5 (or 0xBBB9C5) is known color: Ghost. HEX triplet: BB, B9 and C5. RGB value is (187,185,197). Sum of RGB (Red+Green+Blue) = 187+185+197=569 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.86% from 569); Green value is 185 (72.66% from 255 or 32.51% from 569); Blue value is 197 (77.34% from 255 or 34.62% from 569); Max value from RGB is 197 - color contains mainly: blue. Hex color #BBB9C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB9C5 is #44463A. Grayscale: #BABABA. Windows color (decimal): -4474427 or 12958139. OLE color: 12958139.
HSL color Cylindrical-coordinate representation of color #BBB9C5: hue angle of 250º 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 #BBB9C5 is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 185 | 197 | - |
| CMYK | 0.05 | 0.06 | 0 | 0.23 |
| HSL | 250º | 0.09% | 0.75% | - |
| HSV(B) | 250º | 0.06% | 0.77% | - |
| XYZ | 47.92 | 49.29 | 59.81 | - |
| YUV | 186.97 | 133.66 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 185 | 197 | 0.05 | 0.06 | 0 | 0.23 | 250 | 0.09 | 0.75 |
| Hex | BB | B9 | C5 | 5 | 6 | 0 | 17 | FA | 9 | 4B |
| Octal | 273 | 271 | 305 | 5 | 6 | 0 | 27 | 372 | 11 | 113 |
| Binary | 10111011 | 10111001 | 11000101 | 101 | 110 | 0 | 10111 | 11111010 | 1001 | 1001011 |
Color Harmonies of #BBB9C5
Complementary color
Monochromatic Colors of #BBB9C5
Black with #BBB9C5
Text Example
Text Example
White with #BBB9C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB9C5; }
p { color: rgb(187,185,197); }
H1.HeaderClassName
{
color: #BBB9C5;
}
.AnyTagClassName
{
color: #BBB9C5;
}
</style>
background-color css
<style>
a { background-color: #BBB9C5; }
a { background-color: rgb(187,185,197); }
div.DivClassName
{
background-color: #BBB9C5;
}
.BgClassName
{
background-color: #BBB9C5;
}
</style>
border-color css
<style>
span { border-color: #BBB9C5; }
span { border-color: rgb(187,185,197); }
td.TdClassName
{
border-color: #BBB9C5;
}
.TagClassName
{
border-color: #BBB9C5;
}
</style>