Shades of Ghost #C0BECA
Tints of Ghost #C0BECA
RGB
CMYK
RGB Variations
Color information
#C0BECA (or 0xC0BECA) is known color: Ghost. HEX triplet: C0, BE and CA. RGB value is (192,190,202). Sum of RGB (Red+Green+Blue) = 192+190+202=584 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.88% from 584); Green value is 190 (74.61% from 255 or 32.53% from 584); Blue value is 202 (79.30% from 255 or 34.59% from 584); Max value from RGB is 202 - color contains mainly: blue. Hex color #C0BECA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BECA is #3F4135. Grayscale: #BFBFBF. Windows color (decimal): -4145462 or 13287104. OLE color: 13287104.
HSL color Cylindrical-coordinate representation of color #C0BECA: hue angle of 250º degrees, saturation: 0.1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C0BECA is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
RGB | 192 | 190 | 202 | - |
CMYK | 0.05 | 0.06 | 0 | 0.21 |
HSL | 250º | 0.1% | 0.77% | - |
HSV(B) | 250º | 0.06% | 0.79% | - |
XYZ | 50.81 | 52.3 | 63.29 | - |
YUV | 191.97 | 133.66 | 128.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 190 | 202 | 0.05 | 0.06 | 0 | 0.21 | 250 | 0.1 | 0.77 |
Hex | C0 | BE | CA | 5 | 6 | 0 | 15 | FA | A | 4D |
Octal | 300 | 276 | 312 | 5 | 6 | 0 | 25 | 372 | 12 | 115 |
Binary | 11000000 | 10111110 | 11001010 | 101 | 110 | 0 | 10101 | 11111010 | 1010 | 1001101 |
Color Harmonies of #C0BECA
Complementary color
Monochromatic Colors of #C0BECA
Black with #C0BECA
Text Example
Text Example
White with #C0BECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BECA; }
p { color: rgb(192,190,202); }
H1.HeaderClassName
{
color: #C0BECA;
}
.AnyTagClassName
{
color: #C0BECA;
}
</style>
background-color css
<style>
a { background-color: #C0BECA; }
a { background-color: rgb(192,190,202); }
div.DivClassName
{
background-color: #C0BECA;
}
.BgClassName
{
background-color: #C0BECA;
}
</style>
border-color css
<style>
span { border-color: #C0BECA; }
span { border-color: rgb(192,190,202); }
td.TdClassName
{
border-color: #C0BECA;
}
.TagClassName
{
border-color: #C0BECA;
}
</style>