#C1BFCB

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

Shades of Ghost #C1BFCB

Tints of Ghost #C1BFCB

Color information

#C1BFCB (or 0xC1BFCB) is unknown color: approx Ghost. HEX triplet: C1, BF and CB. RGB value is (193,191,203). Sum of RGB (Red+Green+Blue) = 193+191+203=587 (77% of max value = 765). Red value is 193 (75.78% from 255 or 32.88% from 587); Green value is 191 (75% from 255 or 32.54% from 587); Blue value is 203 (79.69% from 255 or 34.58% from 587); Max value from RGB is 203 - color contains mainly: blue. Hex color #C1BFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BFCB is #3E4034. Grayscale: #C0C0C0. Windows color (decimal): -4079669 or 13352897. OLE color: 13352897.

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

Color convert

RGB193191203-
CMYK0.050.0600.20
HSL250º10.34%77.25%-
HSV(B)250º5.91%79.61%-
XYZ51.452.9164-
YUV192.97133.66128.02-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 32.88%
GREEN value IS 191 (75% from 255) = 32.54%
BLUE value IS 203 (79.69% from 255) = 34.58%
R=32.88%
G=32.54%
B=34.58%

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
Decimal1931912030.050.0600.2025010.3477.25
HexC1BFCB56014faa4d
Octal3012773135602437212115
Binary1100000110111111110010111011100101001111101010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BFCB; }

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

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

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

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

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

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

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

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