Shades of Ghost #BCBBC1
Tints of Ghost #BCBBC1
RGB
CMYK
RGB Variations
Color information
#BCBBC1 (or 0xBCBBC1) is known color: Ghost. HEX triplet: BC, BB and C1. RGB value is (188,187,193). Sum of RGB (Red+Green+Blue) = 188+187+193=568 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.10% from 568); Green value is 187 (73.44% from 255 or 32.92% from 568); Blue value is 193 (75.78% from 255 or 33.98% from 568); Max value from RGB is 193 - color contains mainly: blue. Hex color #BCBBC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBBC1 is #43443E. Grayscale: #BBBBBB. Windows color (decimal): -4408383 or 12696508. OLE color: 12696508.
HSL color Cylindrical-coordinate representation of color #BCBBC1: hue angle of 250º 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 #BCBBC1 is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 188 | 187 | 193 | - |
CMYK | 0.03 | 0.03 | 0 | 0.24 |
HSL | 250º | 0.05% | 0.75% | - |
HSV(B) | 250º | 0.03% | 0.76% | - |
XYZ | 48.14 | 50.08 | 57.58 | - |
YUV | 187.98 | 130.83 | 128.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 188 | 187 | 193 | 0.03 | 0.03 | 0 | 0.24 | 250 | 0.05 | 0.75 |
Hex | BC | BB | C1 | 3 | 3 | 0 | 18 | FA | 5 | 4B |
Octal | 274 | 273 | 301 | 3 | 3 | 0 | 30 | 372 | 5 | 113 |
Binary | 10111100 | 10111011 | 11000001 | 11 | 11 | 0 | 11000 | 11111010 | 101 | 1001011 |
Color Harmonies of #BCBBC1
Complementary color
Monochromatic Colors of #BCBBC1
Black with #BCBBC1
Text Example
Text Example
White with #BCBBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBBC1; }
p { color: rgb(188,187,193); }
H1.HeaderClassName
{
color: #BCBBC1;
}
.AnyTagClassName
{
color: #BCBBC1;
}
</style>
background-color css
<style>
a { background-color: #BCBBC1; }
a { background-color: rgb(188,187,193); }
div.DivClassName
{
background-color: #BCBBC1;
}
.BgClassName
{
background-color: #BCBBC1;
}
</style>
border-color css
<style>
span { border-color: #BCBBC1; }
span { border-color: rgb(188,187,193); }
td.TdClassName
{
border-color: #BCBBC1;
}
.TagClassName
{
border-color: #BCBBC1;
}
</style>