Shades of Ghost #BBBABE
Tints of Ghost #BBBABE
RGB
CMYK
RGB Variations
Color information
#BBBABE (or 0xBBBABE) is known color: Ghost. HEX triplet: BB, BA and BE. RGB value is (187,186,190). Sum of RGB (Red+Green+Blue) = 187+186+190=563 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.21% from 563); Green value is 186 (73.05% from 255 or 33.04% from 563); Blue value is 190 (74.61% from 255 or 33.75% from 563); Max value from RGB is 190 - color contains mainly: blue. Hex color #BBBABE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBABE is #444541. Grayscale: #BABABA. Windows color (decimal): -4474178 or 12499643. OLE color: 12499643.
HSL color Cylindrical-coordinate representation of color #BBBABE: hue angle of 255º degrees, saturation: 0.03, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #BBBABE is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 187 | 186 | 190 | - |
CMYK | 0.02 | 0.02 | 0 | 0.25 |
HSL | 255º | 0.03% | 0.74% | - |
HSV(B) | 255º | 0.02% | 0.75% | - |
XYZ | 47.35 | 49.4 | 55.75 | - |
YUV | 186.76 | 129.83 | 128.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 186 | 190 | 0.02 | 0.02 | 0 | 0.25 | 255 | 0.03 | 0.74 |
Hex | BB | BA | BE | 2 | 2 | 0 | 19 | FF | 3 | 4A |
Octal | 273 | 272 | 276 | 2 | 2 | 0 | 31 | 377 | 3 | 112 |
Binary | 10111011 | 10111010 | 10111110 | 10 | 10 | 0 | 11001 | 11111111 | 11 | 1001010 |
Color Harmonies of #BBBABE
Complementary color
Monochromatic Colors of #BBBABE
Black with #BBBABE
Text Example
Text Example
White with #BBBABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBABE; }
p { color: rgb(187,186,190); }
H1.HeaderClassName
{
color: #BBBABE;
}
.AnyTagClassName
{
color: #BBBABE;
}
</style>
background-color css
<style>
a { background-color: #BBBABE; }
a { background-color: rgb(187,186,190); }
div.DivClassName
{
background-color: #BBBABE;
}
.BgClassName
{
background-color: #BBBABE;
}
</style>
border-color css
<style>
span { border-color: #BBBABE; }
span { border-color: rgb(187,186,190); }
td.TdClassName
{
border-color: #BBBABE;
}
.TagClassName
{
border-color: #BBBABE;
}
</style>