#C6B8BC

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

Shades of Melanie #C6B8BC

Tints of Melanie #C6B8BC

Color information

#C6B8BC (or 0xC6B8BC) is unknown color: approx Melanie. HEX triplet: C6, B8 and BC. RGB value is (198,184,188). Sum of RGB (Red+Green+Blue) = 198+184+188=570 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.74% from 570); Green value is 184 (72.27% from 255 or 32.28% from 570); Blue value is 188 (73.83% from 255 or 32.98% from 570); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B8BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6B8BC is #394743. Grayscale: #BCBCBC. Windows color (decimal): -3753796 or 12368070. OLE color: 12368070.

HSL color Cylindrical-coordinate representation of color #C6B8BC: hue angle of 342.86º degrees, saturation: 0.11, 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 #C6B8BC is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB198184188-
CMYK00.070.050.22
HSL342.86º10.94%74.9%-
HSV(B)342.86º7.07%77.65%-
XYZ49.5149.9254.6-
YUV188.64127.64134.67-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.74%
GREEN value IS 184 (72.27% from 255) = 32.28%
BLUE value IS 188 (73.83% from 255) = 32.98%
R=34.74%
G=32.28%
B=32.98%

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
Decimal19818418800.070.050.22342.8610.9474.9
HexC6B8BC07516157b4b
Octal3062702740752652713113
Binary11000110101110001011110001111011011010101011110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6B8BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6B8BC; }

 p { color: rgb(198,184,188); }

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

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

 a { background-color: rgb(198,184,188); }

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

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

 span { border-color: rgb(198,184,188); }

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