#C7BCBF

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

Shades of Melanie #C7BCBF

Tints of Melanie #C7BCBF

Color information

#C7BCBF (or 0xC7BCBF) is unknown color: approx Melanie. HEX triplet: C7, BC and BF. RGB value is (199,188,191). Sum of RGB (Red+Green+Blue) = 199+188+191=578 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.43% from 578); Green value is 188 (73.83% from 255 or 32.53% from 578); Blue value is 191 (75% from 255 or 33.04% from 578); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BCBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BCBF is #384340. Grayscale: #BFBFBF. Windows color (decimal): -3687233 or 12565703. OLE color: 12565703.

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

Color convert

RGB199188191-
CMYK00.060.040.22
HSL343.64º8.94%75.88%-
HSV(B)343.64º5.53%78.04%-
XYZ50.9451.8756.62-
YUV191.63127.64133.26-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 34.43%
GREEN value IS 188 (73.83% from 255) = 32.53%
BLUE value IS 191 (75% from 255) = 33.04%
R=34.43%
G=32.53%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19918819100.060.040.22343.648.9475.88
HexC7BCBF0641615894c
Octal3072742770642653011114
Binary11000111101111001011111101101001011010101100010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BCBF; }

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

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

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

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

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

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

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

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