#C5BCBF

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

Shades of Melanie #C5BCBF

Tints of Melanie #C5BCBF

Color information

#C5BCBF (or 0xC5BCBF) is unknown color: approx Melanie. HEX triplet: C5, BC and BF. RGB value is (197,188,191). Sum of RGB (Red+Green+Blue) = 197+188+191=576 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.20% from 576); Green value is 188 (73.83% from 255 or 32.64% from 576); Blue value is 191 (75% from 255 or 33.16% from 576); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BCBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BCBF is #3A4340. Grayscale: #BFBFBF. Windows color (decimal): -3818305 or 12565701. OLE color: 12565701.

HSL color Cylindrical-coordinate representation of color #C5BCBF: hue angle of 340º degrees, saturation: 0.07, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C5BCBF is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB197188191-
CMYK00.050.030.23
HSL340º7.2%75.49%-
HSV(B)340º4.57%77.25%-
XYZ50.4151.656.59-
YUV191.03127.98132.26-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.20%
GREEN value IS 188 (73.83% from 255) = 32.64%
BLUE value IS 191 (75% from 255) = 33.16%
R=34.20%
G=32.64%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19718819100.050.030.233407.275.49
HexC5BCBF0531715474b
Octal305274277053275247113
Binary110001011011110010111111010111101111010101001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BCBF; }

 p { color: rgb(197,188,191); }

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

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

 a { background-color: rgb(197,188,191); }

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

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

 span { border-color: rgb(197,188,191); }

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