#C0BECC

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

Shades of Ghost #C0BECC

Tints of Ghost #C0BECC

Color information

#C0BECC (or 0xC0BECC) is unknown color: approx Ghost. HEX triplet: C0, BE and CC. RGB value is (192,190,204). Sum of RGB (Red+Green+Blue) = 192+190+204=586 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.76% from 586); Green value is 190 (74.61% from 255 or 32.42% from 586); Blue value is 204 (80.08% from 255 or 34.81% from 586); Max value from RGB is 204 - color contains mainly: blue. Hex color #C0BECC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BECC is #3F4133. Grayscale: #C0C0C0. Windows color (decimal): -4145460 or 13418176. OLE color: 13418176.

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

Color convert

RGB192190204-
CMYK0.060.0700.2
HSL248.57º12.07%77.25%-
HSV(B)248.57º6.86%80%-
XYZ51.0552.3964.55-
YUV192.19134.66127.86-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.76%
GREEN value IS 190 (74.61% from 255) = 32.42%
BLUE value IS 204 (80.08% from 255) = 34.81%
R=32.76%
G=32.42%
B=34.81%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1921902040.060.0700.2248.5712.0777.25
HexC0BECC67014f9c4d
Octal3002763146702437114115
Binary1100000010111110110011001101110101001111100111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BECC; }

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

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

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

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

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

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

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

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