Shades of Ghost #C0BFCC
Tints of Ghost #C0BFCC
RGB
CMYK
RGB Variations
Color information
#C0BFCC (or 0xC0BFCC) is known color: Ghost. HEX triplet: C0, BF and CC. RGB value is (192,191,204). Sum of RGB (Red+Green+Blue) = 192+191+204=587 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.71% from 587); Green value is 191 (75% from 255 or 32.54% from 587); Blue value is 204 (80.08% from 255 or 34.75% from 587); Max value from RGB is 204 - color contains mainly: blue. Hex color #C0BFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BFCC is #3F4033. Grayscale: #C0C0C0. Windows color (decimal): -4145204 or 13418432. OLE color: 13418432.
HSL color Cylindrical-coordinate representation of color #C0BFCC: hue angle of 244.62º degrees, saturation: 0.11, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C0BFCC is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
RGB | 192 | 191 | 204 | - |
CMYK | 0.06 | 0.06 | 0 | 0.2 |
HSL | 244.62º | 0.11% | 0.77% | - |
HSV(B) | 244.62º | 0.06% | 0.8% | - |
XYZ | 51.27 | 52.83 | 64.62 | - |
YUV | 192.78 | 134.33 | 127.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 191 | 204 | 0.06 | 0.06 | 0 | 0.2 | 244.62 | 0.11 | 0.77 |
Hex | C0 | BF | CC | 6 | 6 | 0 | 14 | F5 | B | 4D |
Octal | 300 | 277 | 314 | 6 | 6 | 0 | 24 | 365 | 13 | 115 |
Binary | 11000000 | 10111111 | 11001100 | 110 | 110 | 0 | 10100 | 11110101 | 1011 | 1001101 |
Color Harmonies of #C0BFCC
Complementary color
Monochromatic Colors of #C0BFCC
Black with #C0BFCC
Text Example
Text Example
White with #C0BFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BFCC; }
p { color: rgb(192,191,204); }
H1.HeaderClassName
{
color: #C0BFCC;
}
.AnyTagClassName
{
color: #C0BFCC;
}
</style>
background-color css
<style>
a { background-color: #C0BFCC; }
a { background-color: rgb(192,191,204); }
div.DivClassName
{
background-color: #C0BFCC;
}
.BgClassName
{
background-color: #C0BFCC;
}
</style>
border-color css
<style>
span { border-color: #C0BFCC; }
span { border-color: rgb(192,191,204); }
td.TdClassName
{
border-color: #C0BFCC;
}
.TagClassName
{
border-color: #C0BFCC;
}
</style>