#C3BCBE

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

Shades of Melanie #C3BCBE

Tints of Melanie #C3BCBE

Color information

#C3BCBE (or 0xC3BCBE) is unknown color: approx Melanie. HEX triplet: C3, BC and BE. RGB value is (195,188,190). Sum of RGB (Red+Green+Blue) = 195+188+190=573 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.03% from 573); Green value is 188 (73.83% from 255 or 32.81% from 573); Blue value is 190 (74.61% from 255 or 33.16% from 573); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BCBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BCBE is #3C4341. Grayscale: #BEBEBE. Windows color (decimal): -3949378 or 12500163. OLE color: 12500163.

HSL color Cylindrical-coordinate representation of color #C3BCBE: hue angle of 342.86º degrees, saturation: 0.06, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C3BCBE is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB195188190-
CMYK00.040.030.24
HSL342.86º5.51%75.1%-
HSV(B)342.86º3.59%76.47%-
XYZ49.7851.2955.99-
YUV190.32127.82131.34-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.03%
GREEN value IS 188 (73.83% from 255) = 32.81%
BLUE value IS 190 (74.61% from 255) = 33.16%
R=34.03%
G=32.81%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518819000.040.030.24342.865.5175.1
HexC3BCBE0431815764b
Octal303274276043305276113
Binary110000111011110010111110010011110001010101111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BCBE; }

 p { color: rgb(195,188,190); }

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

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

 a { background-color: rgb(195,188,190); }

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

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

 span { border-color: rgb(195,188,190); }

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