#C0BFCE

Color #C0BFCE Ghost (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ghost #C0BFCE

Tints of Ghost #C0BFCE

Color information

#C0BFCE (or 0xC0BFCE) is unknown color: approx Ghost. HEX triplet: C0, BF and CE. RGB value is (192,191,206). Sum of RGB (Red+Green+Blue) = 192+191+206=589 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.60% from 589); Green value is 191 (75% from 255 or 32.43% from 589); Blue value is 206 (80.86% from 255 or 34.97% from 589); Max value from RGB is 206 - color contains mainly: blue. Hex color #C0BFCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BFCE is #3F4031. Grayscale: #C0C0C0. Windows color (decimal): -4145202 or 13549504. OLE color: 13549504.

HSL color Cylindrical-coordinate representation of color #C0BFCE: hue angle of 244º degrees, saturation: 0.13, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C0BFCE is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB192191206-
CMYK0.070.0700.19
HSL244º13.27%77.84%-
HSV(B)244º7.28%80.78%-
XYZ51.5152.9265.89-
YUV193.01135.33127.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 192 (75.39% from 255) = 32.60%
GREEN value IS 191 (75% from 255) = 32.43%
BLUE value IS 206 (80.86% from 255) = 34.97%
R=32.60%
G=32.43%
B=34.97%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1921912060.070.0700.1924413.2777.84
HexC0BFCE77013f4d4e
Octal3002773167702336415116
Binary1100000010111111110011101111110100111111010011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BFCE; }

 p { color: rgb(192,191,206); }

 H1.HeaderClassName
 {
   color: #C0BFCE;
 }
 .AnyTagClassName
 {
   color: #C0BFCE;
 }
</style>
background-color css

<style>
 a { background-color: #C0BFCE; }

 a { background-color: rgb(192,191,206); }

 div.DivClassName
 {
   background-color: #C0BFCE;
 }
 .BgClassName
 {
   background-color: #C0BFCE;
 }
</style>
border-color css

<style>
 span { border-color: #C0BFCE; }

 span { border-color: rgb(192,191,206); }

 td.TdClassName
 {
   border-color: #C0BFCE;
 }
 .TagClassName
 {
   border-color: #C0BFCE;
 }
</style>