Shades of Ghost #BBBBC7
Tints of Ghost #BBBBC7
RGB
CMYK
RGB Variations
Color information
#BBBBC7 (or 0xBBBBC7) is known color: Ghost. HEX triplet: BB, BB and C7. RGB value is (187,187,199). Sum of RGB (Red+Green+Blue) = 187+187+199=573 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.64% from 573); Green value is 187 (73.44% from 255 or 32.64% from 573); Blue value is 199 (78.12% from 255 or 34.73% from 573); Max value from RGB is 199 - color contains mainly: blue. Hex color #BBBBC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBBC7 is #444438. Grayscale: #BCBCBC. Windows color (decimal): -4473913 or 13089723. OLE color: 13089723.
HSL color Cylindrical-coordinate representation of color #BBBBC7: hue angle of 240º degrees, saturation: 0.1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BBBBC7 is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 187 | 199 | - |
| CMYK | 0.06 | 0.06 | 0 | 0.22 |
| HSL | 240º | 0.1% | 0.76% | - |
| HSV(B) | 240º | 0.06% | 0.78% | - |
| XYZ | 48.57 | 50.23 | 61.17 | - |
| YUV | 188.37 | 134 | 127.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 187 | 199 | 0.06 | 0.06 | 0 | 0.22 | 240 | 0.1 | 0.76 |
| Hex | BB | BB | C7 | 6 | 6 | 0 | 16 | F0 | A | 4C |
| Octal | 273 | 273 | 307 | 6 | 6 | 0 | 26 | 360 | 12 | 114 |
| Binary | 10111011 | 10111011 | 11000111 | 110 | 110 | 0 | 10110 | 11110000 | 1010 | 1001100 |
Color Harmonies of #BBBBC7
Complementary color
Monochromatic Colors of #BBBBC7
Black with #BBBBC7
Text Example
Text Example
White with #BBBBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBBC7; }
p { color: rgb(187,187,199); }
H1.HeaderClassName
{
color: #BBBBC7;
}
.AnyTagClassName
{
color: #BBBBC7;
}
</style>
background-color css
<style>
a { background-color: #BBBBC7; }
a { background-color: rgb(187,187,199); }
div.DivClassName
{
background-color: #BBBBC7;
}
.BgClassName
{
background-color: #BBBBC7;
}
</style>
border-color css
<style>
span { border-color: #BBBBC7; }
span { border-color: rgb(187,187,199); }
td.TdClassName
{
border-color: #BBBBC7;
}
.TagClassName
{
border-color: #BBBBC7;
}
</style>