Shades of Ghost #BBBBBC
Tints of Ghost #BBBBBC
RGB
CMYK
RGB Variations
Color information
#BBBBBC (or 0xBBBBBC) is known color: Ghost. HEX triplet: BB, BB and BC. RGB value is (187,187,188). Sum of RGB (Red+Green+Blue) = 187+187+188=562 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.27% from 562); Green value is 187 (73.44% from 255 or 33.27% from 562); Blue value is 188 (73.83% from 255 or 33.45% from 562); Max value from RGB is 188 - color contains mainly: blue. Hex color #BBBBBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBBBC is #444443. Grayscale: #BBBBBB. Windows color (decimal): -4473924 or 12368827. OLE color: 12368827.
HSL color Cylindrical-coordinate representation of color #BBBBBC: hue angle of 240º degrees, saturation: 0.01, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #BBBBBC is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
RGB | 187 | 187 | 188 | - |
CMYK | 0.01 | 0.01 | 0 | 0.26 |
HSL | 240º | 0.01% | 0.74% | - |
HSV(B) | 240º | 0.01% | 0.74% | - |
XYZ | 47.34 | 49.74 | 54.68 | - |
YUV | 187.11 | 128.5 | 127.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 187 | 188 | 0.01 | 0.01 | 0 | 0.26 | 240 | 0.01 | 0.74 |
Hex | BB | BB | BC | 1 | 1 | 0 | 1A | F0 | 1 | 4A |
Octal | 273 | 273 | 274 | 1 | 1 | 0 | 32 | 360 | 1 | 112 |
Binary | 10111011 | 10111011 | 10111100 | 1 | 1 | 0 | 11010 | 11110000 | 1 | 1001010 |
Color Harmonies of #BBBBBC
Complementary color
Monochromatic Colors of #BBBBBC
Black with #BBBBBC
Text Example
Text Example
White with #BBBBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBBBC; }
p { color: rgb(187,187,188); }
H1.HeaderClassName
{
color: #BBBBBC;
}
.AnyTagClassName
{
color: #BBBBBC;
}
</style>
background-color css
<style>
a { background-color: #BBBBBC; }
a { background-color: rgb(187,187,188); }
div.DivClassName
{
background-color: #BBBBBC;
}
.BgClassName
{
background-color: #BBBBBC;
}
</style>
border-color css
<style>
span { border-color: #BBBBBC; }
span { border-color: rgb(187,187,188); }
td.TdClassName
{
border-color: #BBBBBC;
}
.TagClassName
{
border-color: #BBBBBC;
}
</style>