Shades of Ghost #BBBABF
Tints of Ghost #BBBABF
RGB
CMYK
RGB Variations
Color information
#BBBABF (or 0xBBBABF) is known color: Ghost. HEX triplet: BB, BA and BF. RGB value is (187,186,191). Sum of RGB (Red+Green+Blue) = 187+186+191=564 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.16% from 564); Green value is 186 (73.05% from 255 or 32.98% from 564); Blue value is 191 (75% from 255 or 33.87% from 564); Max value from RGB is 191 - color contains mainly: blue. Hex color #BBBABF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBABF is #444540. Grayscale: #BABABA. Windows color (decimal): -4474177 or 12565179. OLE color: 12565179.
HSL color Cylindrical-coordinate representation of color #BBBABF: hue angle of 252º degrees, saturation: 0.04, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #BBBABF is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 186 | 191 | - |
| CMYK | 0.02 | 0.03 | 0 | 0.25 |
| HSL | 252º | 0.04% | 0.74% | - |
| HSV(B) | 252º | 0.03% | 0.75% | - |
| XYZ | 47.46 | 49.44 | 56.33 | - |
| YUV | 186.87 | 130.33 | 128.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 186 | 191 | 0.02 | 0.03 | 0 | 0.25 | 252 | 0.04 | 0.74 |
| Hex | BB | BA | BF | 2 | 3 | 0 | 19 | FC | 4 | 4A |
| Octal | 273 | 272 | 277 | 2 | 3 | 0 | 31 | 374 | 4 | 112 |
| Binary | 10111011 | 10111010 | 10111111 | 10 | 11 | 0 | 11001 | 11111100 | 100 | 1001010 |
Color Harmonies of #BBBABF
Complementary color
Monochromatic Colors of #BBBABF
Black with #BBBABF
Text Example
Text Example
White with #BBBABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBABF; }
p { color: rgb(187,186,191); }
H1.HeaderClassName
{
color: #BBBABF;
}
.AnyTagClassName
{
color: #BBBABF;
}
</style>
background-color css
<style>
a { background-color: #BBBABF; }
a { background-color: rgb(187,186,191); }
div.DivClassName
{
background-color: #BBBABF;
}
.BgClassName
{
background-color: #BBBABF;
}
</style>
border-color css
<style>
span { border-color: #BBBABF; }
span { border-color: rgb(187,186,191); }
td.TdClassName
{
border-color: #BBBABF;
}
.TagClassName
{
border-color: #BBBABF;
}
</style>