Shades of Ghost #BBBAC1
Tints of Ghost #BBBAC1
RGB
CMYK
RGB Variations
Color information
#BBBAC1 (or 0xBBBAC1) is known color: Ghost. HEX triplet: BB, BA and C1. RGB value is (187,186,193). Sum of RGB (Red+Green+Blue) = 187+186+193=566 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.04% from 566); Green value is 186 (73.05% from 255 or 32.86% from 566); Blue value is 193 (75.78% from 255 or 34.10% from 566); Max value from RGB is 193 - color contains mainly: blue. Hex color #BBBAC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBAC1 is #44453E. Grayscale: #BBBBBB. Windows color (decimal): -4474175 or 12696251. OLE color: 12696251.
HSL color Cylindrical-coordinate representation of color #BBBAC1: hue angle of 248.57º degrees, saturation: 0.05, 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 #BBBAC1 is Cyan = 0.03, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 186 | 193 | - |
| CMYK | 0.03 | 0.04 | 0 | 0.24 |
| HSL | 248.57º | 0.05% | 0.74% | - |
| HSV(B) | 248.57º | 0.04% | 0.76% | - |
| XYZ | 47.68 | 49.53 | 57.5 | - |
| YUV | 187.1 | 131.33 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 186 | 193 | 0.03 | 0.04 | 0 | 0.24 | 248.57 | 0.05 | 0.74 |
| Hex | BB | BA | C1 | 3 | 4 | 0 | 18 | F9 | 5 | 4A |
| Octal | 273 | 272 | 301 | 3 | 4 | 0 | 30 | 371 | 5 | 112 |
| Binary | 10111011 | 10111010 | 11000001 | 11 | 100 | 0 | 11000 | 11111001 | 101 | 1001010 |
Color Harmonies of #BBBAC1
Complementary color
Monochromatic Colors of #BBBAC1
Black with #BBBAC1
Text Example
Text Example
White with #BBBAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBAC1; }
p { color: rgb(187,186,193); }
H1.HeaderClassName
{
color: #BBBAC1;
}
.AnyTagClassName
{
color: #BBBAC1;
}
</style>
background-color css
<style>
a { background-color: #BBBAC1; }
a { background-color: rgb(187,186,193); }
div.DivClassName
{
background-color: #BBBAC1;
}
.BgClassName
{
background-color: #BBBAC1;
}
</style>
border-color css
<style>
span { border-color: #BBBAC1; }
span { border-color: rgb(187,186,193); }
td.TdClassName
{
border-color: #BBBAC1;
}
.TagClassName
{
border-color: #BBBAC1;
}
</style>