Shades of Ghost #BBBAC9
Tints of Ghost #BBBAC9
RGB
CMYK
RGB Variations
Color information
#BBBAC9 (or 0xBBBAC9) is known color: Ghost. HEX triplet: BB, BA and C9. RGB value is (187,186,201). Sum of RGB (Red+Green+Blue) = 187+186+201=574 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.58% from 574); Green value is 186 (73.05% from 255 or 32.40% from 574); Blue value is 201 (78.91% from 255 or 35.02% from 574); Max value from RGB is 201 - color contains mainly: blue. Hex color #BBBAC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBAC9 is #444536. Grayscale: #BBBBBB. Windows color (decimal): -4474167 or 13220539. OLE color: 13220539.
HSL color Cylindrical-coordinate representation of color #BBBAC9: hue angle of 244º degrees, saturation: 0.12, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BBBAC9 is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 186 | 201 | - |
| CMYK | 0.07 | 0.07 | 0 | 0.21 |
| HSL | 244º | 0.12% | 0.76% | - |
| HSV(B) | 244º | 0.07% | 0.79% | - |
| XYZ | 48.6 | 49.9 | 62.33 | - |
| YUV | 188.01 | 135.33 | 127.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 186 | 201 | 0.07 | 0.07 | 0 | 0.21 | 244 | 0.12 | 0.76 |
| Hex | BB | BA | C9 | 7 | 7 | 0 | 15 | F4 | C | 4C |
| Octal | 273 | 272 | 311 | 7 | 7 | 0 | 25 | 364 | 14 | 114 |
| Binary | 10111011 | 10111010 | 11001001 | 111 | 111 | 0 | 10101 | 11110100 | 1100 | 1001100 |
Color Harmonies of #BBBAC9
Complementary color
Monochromatic Colors of #BBBAC9
Black with #BBBAC9
Text Example
Text Example
White with #BBBAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBAC9; }
p { color: rgb(187,186,201); }
H1.HeaderClassName
{
color: #BBBAC9;
}
.AnyTagClassName
{
color: #BBBAC9;
}
</style>
background-color css
<style>
a { background-color: #BBBAC9; }
a { background-color: rgb(187,186,201); }
div.DivClassName
{
background-color: #BBBAC9;
}
.BgClassName
{
background-color: #BBBAC9;
}
</style>
border-color css
<style>
span { border-color: #BBBAC9; }
span { border-color: rgb(187,186,201); }
td.TdClassName
{
border-color: #BBBAC9;
}
.TagClassName
{
border-color: #BBBAC9;
}
</style>