Shades of Ghost #C0BFC5
Tints of Ghost #C0BFC5
RGB
CMYK
RGB Variations
Color information
#C0BFC5 (or 0xC0BFC5) is known color: Ghost. HEX triplet: C0, BF and C5. RGB value is (192,191,197). Sum of RGB (Red+Green+Blue) = 192+191+197=580 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.10% from 580); Green value is 191 (75% from 255 or 32.93% from 580); Blue value is 197 (77.34% from 255 or 33.97% from 580); Max value from RGB is 197 - color contains mainly: blue. Hex color #C0BFC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BFC5 is #3F403A. Grayscale: #BFBFBF. Windows color (decimal): -4145211 or 12959680. OLE color: 12959680.
HSL color Cylindrical-coordinate representation of color #C0BFC5: hue angle of 250º degrees, saturation: 0.05, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #C0BFC5 is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
RGB | 192 | 191 | 197 | - |
CMYK | 0.03 | 0.03 | 0 | 0.23 |
HSL | 250º | 0.05% | 0.76% | - |
HSV(B) | 250º | 0.03% | 0.77% | - |
XYZ | 50.45 | 52.5 | 60.3 | - |
YUV | 191.98 | 130.83 | 128.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 191 | 197 | 0.03 | 0.03 | 0 | 0.23 | 250 | 0.05 | 0.76 |
Hex | C0 | BF | C5 | 3 | 3 | 0 | 17 | FA | 5 | 4C |
Octal | 300 | 277 | 305 | 3 | 3 | 0 | 27 | 372 | 5 | 114 |
Binary | 11000000 | 10111111 | 11000101 | 11 | 11 | 0 | 10111 | 11111010 | 101 | 1001100 |
Color Harmonies of #C0BFC5
Complementary color
Monochromatic Colors of #C0BFC5
Black with #C0BFC5
Text Example
Text Example
White with #C0BFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BFC5; }
p { color: rgb(192,191,197); }
H1.HeaderClassName
{
color: #C0BFC5;
}
.AnyTagClassName
{
color: #C0BFC5;
}
</style>
background-color css
<style>
a { background-color: #C0BFC5; }
a { background-color: rgb(192,191,197); }
div.DivClassName
{
background-color: #C0BFC5;
}
.BgClassName
{
background-color: #C0BFC5;
}
</style>
border-color css
<style>
span { border-color: #C0BFC5; }
span { border-color: rgb(192,191,197); }
td.TdClassName
{
border-color: #C0BFC5;
}
.TagClassName
{
border-color: #C0BFC5;
}
</style>