Shades of Ghost #BBBBC2
Tints of Ghost #BBBBC2
RGB
CMYK
RGB Variations
Color information
#BBBBC2 (or 0xBBBBC2) is known color: Ghost. HEX triplet: BB, BB and C2. RGB value is (187,187,194). Sum of RGB (Red+Green+Blue) = 187+187+194=568 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.92% from 568); Green value is 187 (73.44% from 255 or 32.92% from 568); Blue value is 194 (76.17% from 255 or 34.15% from 568); Max value from RGB is 194 - color contains mainly: blue. Hex color #BBBBC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBBC2 is #44443D. Grayscale: #BBBBBB. Windows color (decimal): -4473918 or 12762043. OLE color: 12762043.
HSL color Cylindrical-coordinate representation of color #BBBBC2: 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.04%. Process color model (Four color, CMYK) of #BBBBC2 is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 187 | 187 | 194 | - |
CMYK | 0.04 | 0.04 | 0 | 0.24 |
HSL | 240º | 0.05% | 0.75% | - |
HSV(B) | 240º | 0.04% | 0.76% | - |
XYZ | 48 | 50 | 58.16 | - |
YUV | 187.8 | 131.5 | 127.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 187 | 194 | 0.04 | 0.04 | 0 | 0.24 | 240 | 0.05 | 0.75 |
Hex | BB | BB | C2 | 4 | 4 | 0 | 18 | F0 | 5 | 4B |
Octal | 273 | 273 | 302 | 4 | 4 | 0 | 30 | 360 | 5 | 113 |
Binary | 10111011 | 10111011 | 11000010 | 100 | 100 | 0 | 11000 | 11110000 | 101 | 1001011 |
Color Harmonies of #BBBBC2
Complementary color
Monochromatic Colors of #BBBBC2
Black with #BBBBC2
Text Example
Text Example
White with #BBBBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBBC2; }
p { color: rgb(187,187,194); }
H1.HeaderClassName
{
color: #BBBBC2;
}
.AnyTagClassName
{
color: #BBBBC2;
}
</style>
background-color css
<style>
a { background-color: #BBBBC2; }
a { background-color: rgb(187,187,194); }
div.DivClassName
{
background-color: #BBBBC2;
}
.BgClassName
{
background-color: #BBBBC2;
}
</style>
border-color css
<style>
span { border-color: #BBBBC2; }
span { border-color: rgb(187,187,194); }
td.TdClassName
{
border-color: #BBBBC2;
}
.TagClassName
{
border-color: #BBBBC2;
}
</style>