Shades of Ghost #BBBBC3
Tints of Ghost #BBBBC3
RGB
CMYK
RGB Variations
Color information
#BBBBC3 (or 0xBBBBC3) is known color: Ghost. HEX triplet: BB, BB and C3. RGB value is (187,187,195). Sum of RGB (Red+Green+Blue) = 187+187+195=569 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.86% from 569); Green value is 187 (73.44% from 255 or 32.86% from 569); Blue value is 195 (76.56% from 255 or 34.27% from 569); Max value from RGB is 195 - color contains mainly: blue. Hex color #BBBBC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBBC3 is #44443C. Grayscale: #BBBBBB. Windows color (decimal): -4473917 or 12827579. OLE color: 12827579.
HSL color Cylindrical-coordinate representation of color #BBBBC3: hue angle of 240º degrees, saturation: 0.06, 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 #BBBBC3 is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 187 | 187 | 195 | - |
CMYK | 0.04 | 0.04 | 0 | 0.24 |
HSL | 240º | 0.06% | 0.75% | - |
HSV(B) | 240º | 0.04% | 0.76% | - |
XYZ | 48.11 | 50.05 | 58.75 | - |
YUV | 187.91 | 132 | 127.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 187 | 195 | 0.04 | 0.04 | 0 | 0.24 | 240 | 0.06 | 0.75 |
Hex | BB | BB | C3 | 4 | 4 | 0 | 18 | F0 | 6 | 4B |
Octal | 273 | 273 | 303 | 4 | 4 | 0 | 30 | 360 | 6 | 113 |
Binary | 10111011 | 10111011 | 11000011 | 100 | 100 | 0 | 11000 | 11110000 | 110 | 1001011 |
Color Harmonies of #BBBBC3
Complementary color
Monochromatic Colors of #BBBBC3
Black with #BBBBC3
Text Example
Text Example
White with #BBBBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBBC3; }
p { color: rgb(187,187,195); }
H1.HeaderClassName
{
color: #BBBBC3;
}
.AnyTagClassName
{
color: #BBBBC3;
}
</style>
background-color css
<style>
a { background-color: #BBBBC3; }
a { background-color: rgb(187,187,195); }
div.DivClassName
{
background-color: #BBBBC3;
}
.BgClassName
{
background-color: #BBBBC3;
}
</style>
border-color css
<style>
span { border-color: #BBBBC3; }
span { border-color: rgb(187,187,195); }
td.TdClassName
{
border-color: #BBBBC3;
}
.TagClassName
{
border-color: #BBBBC3;
}
</style>