Shades of Ghost #C0BECC
Tints of Ghost #C0BECC
RGB
CMYK
RGB Variations
Color information
#C0BECC (or 0xC0BECC) is known color: Ghost. HEX triplet: C0, BE and CC. RGB value is (192,190,204). Sum of RGB (Red+Green+Blue) = 192+190+204=586 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.76% from 586); Green value is 190 (74.61% from 255 or 32.42% from 586); Blue value is 204 (80.08% from 255 or 34.81% from 586); Max value from RGB is 204 - color contains mainly: blue. Hex color #C0BECC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BECC is #3F4133. Grayscale: #C0C0C0. Windows color (decimal): -4145460 or 13418176. OLE color: 13418176.
HSL color Cylindrical-coordinate representation of color #C0BECC: hue angle of 248.57º degrees, saturation: 0.12, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C0BECC is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 192 | 190 | 204 | - |
| CMYK | 0.06 | 0.07 | 0 | 0.2 |
| HSL | 248.57º | 0.12% | 0.77% | - |
| HSV(B) | 248.57º | 0.07% | 0.8% | - |
| XYZ | 51.05 | 52.39 | 64.55 | - |
| YUV | 192.19 | 134.66 | 127.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 190 | 204 | 0.06 | 0.07 | 0 | 0.2 | 248.57 | 0.12 | 0.77 |
| Hex | C0 | BE | CC | 6 | 7 | 0 | 14 | F9 | C | 4D |
| Octal | 300 | 276 | 314 | 6 | 7 | 0 | 24 | 371 | 14 | 115 |
| Binary | 11000000 | 10111110 | 11001100 | 110 | 111 | 0 | 10100 | 11111001 | 1100 | 1001101 |
Color Harmonies of #C0BECC
Complementary color
Monochromatic Colors of #C0BECC
Black with #C0BECC
Text Example
Text Example
White with #C0BECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BECC; }
p { color: rgb(192,190,204); }
H1.HeaderClassName
{
color: #C0BECC;
}
.AnyTagClassName
{
color: #C0BECC;
}
</style>
background-color css
<style>
a { background-color: #C0BECC; }
a { background-color: rgb(192,190,204); }
div.DivClassName
{
background-color: #C0BECC;
}
.BgClassName
{
background-color: #C0BECC;
}
</style>
border-color css
<style>
span { border-color: #C0BECC; }
span { border-color: rgb(192,190,204); }
td.TdClassName
{
border-color: #C0BECC;
}
.TagClassName
{
border-color: #C0BECC;
}
</style>