#C1BFCC

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

Shades of Ghost #C1BFCC

Tints of Ghost #C1BFCC

Color information

#C1BFCC (or 0xC1BFCC) is unknown color: approx Ghost. HEX triplet: C1, BF and CC. RGB value is (193,191,204). Sum of RGB (Red+Green+Blue) = 193+191+204=588 (77% of max value = 765). Red value is 193 (75.78% from 255 or 32.82% from 588); Green value is 191 (75% from 255 or 32.48% from 588); Blue value is 204 (80.08% from 255 or 34.69% from 588); Max value from RGB is 204 - color contains mainly: blue. Hex color #C1BFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BFCC is #3E4033. Grayscale: #C1C1C1. Windows color (decimal): -4079668 or 13418433. OLE color: 13418433.

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

Color convert

RGB193191204-
CMYK0.050.0600.2
HSL249.23º11.3%77.45%-
HSV(B)249.23º6.37%80%-
XYZ51.5252.9664.63-
YUV193.08134.16127.94-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 32.82%
GREEN value IS 191 (75% from 255) = 32.48%
BLUE value IS 204 (80.08% from 255) = 34.69%
R=32.82%
G=32.48%
B=34.69%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1931912040.050.0600.2249.2311.377.45
HexC1BFCC56014f9b4d
Octal3012773145602437113115
Binary1100000110111111110011001011100101001111100110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BFCC; }

 p { color: rgb(193,191,204); }

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

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

 a { background-color: rgb(193,191,204); }

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

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

 span { border-color: rgb(193,191,204); }

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