Shades of Ghost #BBBBC8
Tints of Ghost #BBBBC8
RGB
CMYK
RGB Variations
Color information
#BBBBC8 (or 0xBBBBC8) is known color: Ghost. HEX triplet: BB, BB and C8. RGB value is (187,187,200). Sum of RGB (Red+Green+Blue) = 187+187+200=574 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.58% from 574); Green value is 187 (73.44% from 255 or 32.58% from 574); Blue value is 200 (78.52% from 255 or 34.84% from 574); Max value from RGB is 200 - color contains mainly: blue. Hex color #BBBBC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBBC8 is #444437. Grayscale: #BCBCBC. Windows color (decimal): -4473912 or 13155259. OLE color: 13155259.
HSL color Cylindrical-coordinate representation of color #BBBBC8: hue angle of 240º degrees, saturation: 0.11, 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 #BBBBC8 is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 187 | 200 | - |
| CMYK | 0.06 | 0.06 | 0 | 0.22 |
| HSL | 240º | 0.11% | 0.76% | - |
| HSV(B) | 240º | 0.07% | 0.78% | - |
| XYZ | 48.69 | 50.28 | 61.78 | - |
| YUV | 188.48 | 134.5 | 126.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 187 | 200 | 0.06 | 0.06 | 0 | 0.22 | 240 | 0.11 | 0.76 |
| Hex | BB | BB | C8 | 6 | 6 | 0 | 16 | F0 | B | 4C |
| Octal | 273 | 273 | 310 | 6 | 6 | 0 | 26 | 360 | 13 | 114 |
| Binary | 10111011 | 10111011 | 11001000 | 110 | 110 | 0 | 10110 | 11110000 | 1011 | 1001100 |
Color Harmonies of #BBBBC8
Complementary color
Monochromatic Colors of #BBBBC8
Black with #BBBBC8
Text Example
Text Example
White with #BBBBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBBC8; }
p { color: rgb(187,187,200); }
H1.HeaderClassName
{
color: #BBBBC8;
}
.AnyTagClassName
{
color: #BBBBC8;
}
</style>
background-color css
<style>
a { background-color: #BBBBC8; }
a { background-color: rgb(187,187,200); }
div.DivClassName
{
background-color: #BBBBC8;
}
.BgClassName
{
background-color: #BBBBC8;
}
</style>
border-color css
<style>
span { border-color: #BBBBC8; }
span { border-color: rgb(187,187,200); }
td.TdClassName
{
border-color: #BBBBC8;
}
.TagClassName
{
border-color: #BBBBC8;
}
</style>