#C0BFCC

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

Shades of Ghost #C0BFCC

Tints of Ghost #C0BFCC

Color information

#C0BFCC (or 0xC0BFCC) is unknown color: approx Ghost. HEX triplet: C0, BF and CC. RGB value is (192,191,204). Sum of RGB (Red+Green+Blue) = 192+191+204=587 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.71% from 587); Green value is 191 (75% from 255 or 32.54% from 587); Blue value is 204 (80.08% from 255 or 34.75% from 587); Max value from RGB is 204 - color contains mainly: blue. Hex color #C0BFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BFCC is #3F4033. Grayscale: #C0C0C0. Windows color (decimal): -4145204 or 13418432. OLE color: 13418432.

HSL color Cylindrical-coordinate representation of color #C0BFCC: hue angle of 244.62º degrees, saturation: 0.11, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C0BFCC is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB192191204-
CMYK0.060.0600.2
HSL244.62º11.3%77.45%-
HSV(B)244.62º6.37%80%-
XYZ51.2752.8364.62-
YUV192.78134.33127.44-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.71%
GREEN value IS 191 (75% from 255) = 32.54%
BLUE value IS 204 (80.08% from 255) = 34.75%
R=32.71%
G=32.54%
B=34.75%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1921912040.060.0600.2244.6211.377.45
HexC0BFCC66014f5b4d
Octal3002773146602436513115
Binary1100000010111111110011001101100101001111010110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BFCC; }

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

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

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

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

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

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

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

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