#C0BFCD

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

Shades of Ghost #C0BFCD

Tints of Ghost #C0BFCD

Color information

#C0BFCD (or 0xC0BFCD) is unknown color: approx Ghost. HEX triplet: C0, BF and CD. RGB value is (192,191,205). Sum of RGB (Red+Green+Blue) = 192+191+205=588 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.65% from 588); Green value is 191 (75% from 255 or 32.48% from 588); Blue value is 205 (80.47% from 255 or 34.86% from 588); Max value from RGB is 205 - color contains mainly: blue. Hex color #C0BFCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BFCD is #3F4032. Grayscale: #C0C0C0. Windows color (decimal): -4145203 or 13483968. OLE color: 13483968.

HSL color Cylindrical-coordinate representation of color #C0BFCD: hue angle of 244.29º degrees, saturation: 0.12, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C0BFCD is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB192191205-
CMYK0.060.0700.20
HSL244.29º12.28%77.65%-
HSV(B)244.29º6.83%80.39%-
XYZ51.3952.8865.26-
YUV192.9134.83127.36-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.65%
GREEN value IS 191 (75% from 255) = 32.48%
BLUE value IS 205 (80.47% from 255) = 34.86%
R=32.65%
G=32.48%
B=34.86%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1921912050.060.0700.20244.2912.2877.65
HexC0BFCD67014f4c4e
Octal3002773156702436414116
Binary1100000010111111110011011101110101001111010011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BFCD; }

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

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

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

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

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

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

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

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