#C0BFCA

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

Shades of Ghost #C0BFCA

Tints of Ghost #C0BFCA

Color information

#C0BFCA (or 0xC0BFCA) is unknown color: approx Ghost. HEX triplet: C0, BF and CA. RGB value is (192,191,202). Sum of RGB (Red+Green+Blue) = 192+191+202=585 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.82% from 585); Green value is 191 (75% from 255 or 32.65% from 585); Blue value is 202 (79.30% from 255 or 34.53% from 585); Max value from RGB is 202 - color contains mainly: blue. Hex color #C0BFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BFCA is #3F4035. Grayscale: #C0C0C0. Windows color (decimal): -4145206 or 13287360. OLE color: 13287360.

HSL color Cylindrical-coordinate representation of color #C0BFCA: hue angle of 245.45º degrees, saturation: 0.09, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C0BFCA is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB192191202-
CMYK0.050.0500.21
HSL245.45º9.4%77.06%-
HSV(B)245.45º5.45%79.22%-
XYZ51.0352.7363.37-
YUV192.55133.33127.61-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.82%
GREEN value IS 191 (75% from 255) = 32.65%
BLUE value IS 202 (79.30% from 255) = 34.53%
R=32.82%
G=32.65%
B=34.53%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1921912020.050.0500.21245.459.477.06
HexC0BFCA55015f594d
Octal3002773125502536511115
Binary1100000010111111110010101011010101011111010110011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BFCA; }

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

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

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

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

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

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

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

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