Shades of Ghost #BBBAC5
Tints of Ghost #BBBAC5
RGB
CMYK
RGB Variations
Color information
#BBBAC5 (or 0xBBBAC5) is known color: Ghost. HEX triplet: BB, BA and C5. RGB value is (187,186,197). Sum of RGB (Red+Green+Blue) = 187+186+197=570 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.81% from 570); Green value is 186 (73.05% from 255 or 32.63% from 570); Blue value is 197 (77.34% from 255 or 34.56% from 570); Max value from RGB is 197 - color contains mainly: blue. Hex color #BBBAC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBAC5 is #44453A. Grayscale: #BBBBBB. Windows color (decimal): -4474171 or 12958395. OLE color: 12958395.
HSL color Cylindrical-coordinate representation of color #BBBAC5: hue angle of 245.45º 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 #BBBAC5 is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 186 | 197 | - |
| CMYK | 0.05 | 0.06 | 0 | 0.23 |
| HSL | 245.45º | 0.09% | 0.75% | - |
| HSV(B) | 245.45º | 0.06% | 0.77% | - |
| XYZ | 48.13 | 49.71 | 59.88 | - |
| YUV | 187.55 | 133.33 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 186 | 197 | 0.05 | 0.06 | 0 | 0.23 | 245.45 | 0.09 | 0.75 |
| Hex | BB | BA | C5 | 5 | 6 | 0 | 17 | F5 | 9 | 4B |
| Octal | 273 | 272 | 305 | 5 | 6 | 0 | 27 | 365 | 11 | 113 |
| Binary | 10111011 | 10111010 | 11000101 | 101 | 110 | 0 | 10111 | 11110101 | 1001 | 1001011 |
Color Harmonies of #BBBAC5
Complementary color
Monochromatic Colors of #BBBAC5
Black with #BBBAC5
Text Example
Text Example
White with #BBBAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBAC5; }
p { color: rgb(187,186,197); }
H1.HeaderClassName
{
color: #BBBAC5;
}
.AnyTagClassName
{
color: #BBBAC5;
}
</style>
background-color css
<style>
a { background-color: #BBBAC5; }
a { background-color: rgb(187,186,197); }
div.DivClassName
{
background-color: #BBBAC5;
}
.BgClassName
{
background-color: #BBBAC5;
}
</style>
border-color css
<style>
span { border-color: #BBBAC5; }
span { border-color: rgb(187,186,197); }
td.TdClassName
{
border-color: #BBBAC5;
}
.TagClassName
{
border-color: #BBBAC5;
}
</style>