Shades of Ghost #C2BFCA
Tints of Ghost #C2BFCA
RGB
CMYK
RGB Variations
Color information
#C2BFCA (or 0xC2BFCA) is known color: Ghost. HEX triplet: C2, BF and CA. RGB value is (194,191,202). Sum of RGB (Red+Green+Blue) = 194+191+202=587 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.05% from 587); Green value is 191 (75% from 255 or 32.54% from 587); Blue value is 202 (79.30% from 255 or 34.41% from 587); Max value from RGB is 202 - color contains mainly: blue. Hex color #C2BFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BFCA is #3D4035. Grayscale: #C1C1C1. Windows color (decimal): -4014134 or 13287362. OLE color: 13287362.
HSL color Cylindrical-coordinate representation of color #C2BFCA: hue angle of 256.36º degrees, saturation: 0.09, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C2BFCA is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 191 | 202 | - |
| CMYK | 0.04 | 0.05 | 0 | 0.21 |
| HSL | 256.36º | 0.09% | 0.77% | - |
| HSV(B) | 256.36º | 0.05% | 0.79% | - |
| XYZ | 51.54 | 53 | 63.39 | - |
| YUV | 193.15 | 132.99 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 191 | 202 | 0.04 | 0.05 | 0 | 0.21 | 256.36 | 0.09 | 0.77 |
| Hex | C2 | BF | CA | 4 | 5 | 0 | 15 | 100 | 9 | 4D |
| Octal | 302 | 277 | 312 | 4 | 5 | 0 | 25 | 400 | 11 | 115 |
| Binary | 11000010 | 10111111 | 11001010 | 100 | 101 | 0 | 10101 | 100000000 | 1001 | 1001101 |
Color Harmonies of #C2BFCA
Complementary color
Monochromatic Colors of #C2BFCA
Black with #C2BFCA
Text Example
Text Example
White with #C2BFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BFCA; }
p { color: rgb(194,191,202); }
H1.HeaderClassName
{
color: #C2BFCA;
}
.AnyTagClassName
{
color: #C2BFCA;
}
</style>
background-color css
<style>
a { background-color: #C2BFCA; }
a { background-color: rgb(194,191,202); }
div.DivClassName
{
background-color: #C2BFCA;
}
.BgClassName
{
background-color: #C2BFCA;
}
</style>
border-color css
<style>
span { border-color: #C2BFCA; }
span { border-color: rgb(194,191,202); }
td.TdClassName
{
border-color: #C2BFCA;
}
.TagClassName
{
border-color: #C2BFCA;
}
</style>