#C0BFCB

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

Shades of Ghost #C0BFCB

Tints of Ghost #C0BFCB

Color information

#C0BFCB (or 0xC0BFCB) is unknown color: approx Ghost. HEX triplet: C0, BF and CB. RGB value is (192,191,203). Sum of RGB (Red+Green+Blue) = 192+191+203=586 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.76% from 586); Green value is 191 (75% from 255 or 32.59% from 586); Blue value is 203 (79.69% from 255 or 34.64% from 586); Max value from RGB is 203 - color contains mainly: blue. Hex color #C0BFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BFCB is #3F4034. Grayscale: #C0C0C0. Windows color (decimal): -4145205 or 13352896. OLE color: 13352896.

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

Color convert

RGB192191203-
CMYK0.050.0600.20
HSL245º10.34%77.25%-
HSV(B)245º5.91%79.61%-
XYZ51.1552.7863.99-
YUV192.67133.83127.52-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.76%
GREEN value IS 191 (75% from 255) = 32.59%
BLUE value IS 203 (79.69% from 255) = 34.64%
R=32.76%
G=32.59%
B=34.64%

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
Decimal1921912030.050.0600.2024510.3477.25
HexC0BFCB56014f5a4d
Octal3002773135602436512115
Binary1100000010111111110010111011100101001111010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BFCB; }

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

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

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

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

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

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

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

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