#C2BFCA

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

Shades of Ghost #C2BFCA

Tints of Ghost #C2BFCA

Color information

#C2BFCA (or 0xC2BFCA) is unknown color: approx Ghost. HEX triplet: C2, BF and CA. RGB value is (194,191,202). Sum of RGB (Red+Green+Blue) = 194+191+202=587 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.05% from 587); Green value is 191 (75% from 255 or 32.54% from 587); Blue value is 202 (79.30% from 255 or 34.41% from 587); Max value from RGB is 202 - color contains mainly: blue. Hex color #C2BFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BFCA is #3D4035. Grayscale: #C1C1C1. Windows color (decimal): -4014134 or 13287362. OLE color: 13287362.

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

Color convert

RGB194191202-
CMYK0.040.0500.21
HSL256.36º9.4%77.06%-
HSV(B)256.36º5.45%79.22%-
XYZ51.545363.39-
YUV193.15132.99128.61-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.05%
GREEN value IS 191 (75% from 255) = 32.54%
BLUE value IS 202 (79.30% from 255) = 34.41%
R=33.05%
G=32.54%
B=34.41%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1941912020.040.0500.21256.369.477.06
HexC2BFCA4501510094d
Octal3022773124502540011115
Binary11000010101111111100101010010101010110000000010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BFCA; }

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

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

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

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

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

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

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

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