Shades of Ghost #C1BFCD
Tints of Ghost #C1BFCD
RGB
CMYK
RGB Variations
Color information
#C1BFCD (or 0xC1BFCD) is known color: Ghost. HEX triplet: C1, BF and CD. RGB value is (193,191,205). Sum of RGB (Red+Green+Blue) = 193+191+205=589 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.77% from 589); Green value is 191 (75% from 255 or 32.43% from 589); Blue value is 205 (80.47% from 255 or 34.80% from 589); Max value from RGB is 205 - color contains mainly: blue. Hex color #C1BFCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BFCD is #3E4032. Grayscale: #C1C1C1. Windows color (decimal): -4079667 or 13483969. OLE color: 13483969.
HSL color Cylindrical-coordinate representation of color #C1BFCD: hue angle of 248.57º degrees, saturation: 0.12, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C1BFCD is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 193 | 191 | 205 | - |
| CMYK | 0.06 | 0.07 | 0 | 0.20 |
| HSL | 248.57º | 0.12% | 0.78% | - |
| HSV(B) | 248.57º | 0.07% | 0.8% | - |
| XYZ | 51.64 | 53.01 | 65.27 | - |
| YUV | 193.19 | 134.66 | 127.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 191 | 205 | 0.06 | 0.07 | 0 | 0.20 | 248.57 | 0.12 | 0.78 |
| Hex | C1 | BF | CD | 6 | 7 | 0 | 14 | F9 | C | 4E |
| Octal | 301 | 277 | 315 | 6 | 7 | 0 | 24 | 371 | 14 | 116 |
| Binary | 11000001 | 10111111 | 11001101 | 110 | 111 | 0 | 10100 | 11111001 | 1100 | 1001110 |
Color Harmonies of #C1BFCD
Complementary color
Monochromatic Colors of #C1BFCD
Black with #C1BFCD
Text Example
Text Example
White with #C1BFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BFCD; }
p { color: rgb(193,191,205); }
H1.HeaderClassName
{
color: #C1BFCD;
}
.AnyTagClassName
{
color: #C1BFCD;
}
</style>
background-color css
<style>
a { background-color: #C1BFCD; }
a { background-color: rgb(193,191,205); }
div.DivClassName
{
background-color: #C1BFCD;
}
.BgClassName
{
background-color: #C1BFCD;
}
</style>
border-color css
<style>
span { border-color: #C1BFCD; }
span { border-color: rgb(193,191,205); }
td.TdClassName
{
border-color: #C1BFCD;
}
.TagClassName
{
border-color: #C1BFCD;
}
</style>