#C0BECB

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

Shades of Ghost #C0BECB

Tints of Ghost #C0BECB

Color information

#C0BECB (or 0xC0BECB) is unknown color: approx Ghost. HEX triplet: C0, BE and CB. RGB value is (192,190,203). Sum of RGB (Red+Green+Blue) = 192+190+203=585 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.82% from 585); Green value is 190 (74.61% from 255 or 32.48% from 585); Blue value is 203 (79.69% from 255 or 34.70% from 585); Max value from RGB is 203 - color contains mainly: blue. Hex color #C0BECB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BECB is #3F4134. Grayscale: #C0C0C0. Windows color (decimal): -4145461 or 13352640. OLE color: 13352640.

HSL color Cylindrical-coordinate representation of color #C0BECB: hue angle of 249.23º 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 #C0BECB is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB192190203-
CMYK0.050.0600.20
HSL249.23º11.11%77.06%-
HSV(B)249.23º6.4%79.61%-
XYZ50.9352.3563.92-
YUV192.08134.16127.94-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.82%
GREEN value IS 190 (74.61% from 255) = 32.48%
BLUE value IS 203 (79.69% from 255) = 34.70%
R=32.82%
G=32.48%
B=34.70%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1921902030.050.0600.20249.2311.1177.06
HexC0BECB56014f9b4d
Octal3002763135602437113115
Binary1100000010111110110010111011100101001111100110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BECB; }

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

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

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

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

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

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

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

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