#C6B9BD

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

Shades of Melanie #C6B9BD

Tints of Melanie #C6B9BD

Color information

#C6B9BD (or 0xC6B9BD) is unknown color: approx Melanie. HEX triplet: C6, B9 and BD. RGB value is (198,185,189). Sum of RGB (Red+Green+Blue) = 198+185+189=572 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.62% from 572); Green value is 185 (72.66% from 255 or 32.34% from 572); Blue value is 189 (74.22% from 255 or 33.04% from 572); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B9BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6B9BD is #394642. Grayscale: #BDBDBD. Windows color (decimal): -3753539 or 12433862. OLE color: 12433862.

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

Color convert

RGB198185189-
CMYK00.070.050.22
HSL341.54º10.24%75.1%-
HSV(B)341.54º6.57%77.65%-
XYZ49.8250.3855.24-
YUV189.34127.81134.17-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.62%
GREEN value IS 185 (72.66% from 255) = 32.34%
BLUE value IS 189 (74.22% from 255) = 33.04%
R=34.62%
G=32.34%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19818518900.070.050.22341.5410.2475.1
HexC6B9BD07516156a4b
Octal3062712750752652612113
Binary11000110101110011011110101111011011010101011010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6B9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6B9BD; }

 p { color: rgb(198,185,189); }

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

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

 a { background-color: rgb(198,185,189); }

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

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

 span { border-color: rgb(198,185,189); }

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