Shades of Ghost #BCBBC4
Tints of Ghost #BCBBC4
RGB
CMYK
RGB Variations
Color information
#BCBBC4 (or 0xBCBBC4) is known color: Ghost. HEX triplet: BC, BB and C4. RGB value is (188,187,196). Sum of RGB (Red+Green+Blue) = 188+187+196=571 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.92% from 571); Green value is 187 (73.44% from 255 or 32.75% from 571); Blue value is 196 (76.95% from 255 or 34.33% from 571); Max value from RGB is 196 - color contains mainly: blue. Hex color #BCBBC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBBC4 is #43443B. Grayscale: #BCBCBC. Windows color (decimal): -4408380 or 12893116. OLE color: 12893116.
HSL color Cylindrical-coordinate representation of color #BCBBC4: hue angle of 246.67º degrees, saturation: 0.07, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BCBBC4 is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 187 | 196 | - |
| CMYK | 0.04 | 0.05 | 0 | 0.23 |
| HSL | 246.67º | 0.07% | 0.75% | - |
| HSV(B) | 246.67º | 0.05% | 0.77% | - |
| XYZ | 48.47 | 50.22 | 59.36 | - |
| YUV | 188.33 | 132.33 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 187 | 196 | 0.04 | 0.05 | 0 | 0.23 | 246.67 | 0.07 | 0.75 |
| Hex | BC | BB | C4 | 4 | 5 | 0 | 17 | F7 | 7 | 4B |
| Octal | 274 | 273 | 304 | 4 | 5 | 0 | 27 | 367 | 7 | 113 |
| Binary | 10111100 | 10111011 | 11000100 | 100 | 101 | 0 | 10111 | 11110111 | 111 | 1001011 |
Color Harmonies of #BCBBC4
Complementary color
Monochromatic Colors of #BCBBC4
Black with #BCBBC4
Text Example
Text Example
White with #BCBBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBBC4; }
p { color: rgb(188,187,196); }
H1.HeaderClassName
{
color: #BCBBC4;
}
.AnyTagClassName
{
color: #BCBBC4;
}
</style>
background-color css
<style>
a { background-color: #BCBBC4; }
a { background-color: rgb(188,187,196); }
div.DivClassName
{
background-color: #BCBBC4;
}
.BgClassName
{
background-color: #BCBBC4;
}
</style>
border-color css
<style>
span { border-color: #BCBBC4; }
span { border-color: rgb(188,187,196); }
td.TdClassName
{
border-color: #BCBBC4;
}
.TagClassName
{
border-color: #BCBBC4;
}
</style>