Shades of Ghost #BBBBC1
Tints of Ghost #BBBBC1
RGB
CMYK
RGB Variations
Color information
#BBBBC1 (or 0xBBBBC1) is known color: Ghost. HEX triplet: BB, BB and C1. RGB value is (187,187,193). Sum of RGB (Red+Green+Blue) = 187+187+193=567 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.98% from 567); Green value is 187 (73.44% from 255 or 32.98% from 567); Blue value is 193 (75.78% from 255 or 34.04% from 567); Max value from RGB is 193 - color contains mainly: blue. Hex color #BBBBC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBBC1 is #44443E. Grayscale: #BBBBBB. Windows color (decimal): -4473919 or 12696507. OLE color: 12696507.
HSL color Cylindrical-coordinate representation of color #BBBBC1: hue angle of 240º degrees, saturation: 0.05, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #BBBBC1 is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 187 | 187 | 193 | - |
CMYK | 0.03 | 0.03 | 0 | 0.24 |
HSL | 240º | 0.05% | 0.75% | - |
HSV(B) | 240º | 0.03% | 0.76% | - |
XYZ | 47.89 | 49.96 | 57.57 | - |
YUV | 187.68 | 131 | 127.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 187 | 193 | 0.03 | 0.03 | 0 | 0.24 | 240 | 0.05 | 0.75 |
Hex | BB | BB | C1 | 3 | 3 | 0 | 18 | F0 | 5 | 4B |
Octal | 273 | 273 | 301 | 3 | 3 | 0 | 30 | 360 | 5 | 113 |
Binary | 10111011 | 10111011 | 11000001 | 11 | 11 | 0 | 11000 | 11110000 | 101 | 1001011 |
Color Harmonies of #BBBBC1
Complementary color
Monochromatic Colors of #BBBBC1
Black with #BBBBC1
Text Example
Text Example
White with #BBBBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBBC1; }
p { color: rgb(187,187,193); }
H1.HeaderClassName
{
color: #BBBBC1;
}
.AnyTagClassName
{
color: #BBBBC1;
}
</style>
background-color css
<style>
a { background-color: #BBBBC1; }
a { background-color: rgb(187,187,193); }
div.DivClassName
{
background-color: #BBBBC1;
}
.BgClassName
{
background-color: #BBBBC1;
}
</style>
border-color css
<style>
span { border-color: #BBBBC1; }
span { border-color: rgb(187,187,193); }
td.TdClassName
{
border-color: #BBBBC1;
}
.TagClassName
{
border-color: #BBBBC1;
}
</style>