#C5B8BC

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

Shades of Melanie #C5B8BC

Tints of Melanie #C5B8BC

Color information

#C5B8BC (or 0xC5B8BC) is unknown color: approx Melanie. HEX triplet: C5, B8 and BC. RGB value is (197,184,188). Sum of RGB (Red+Green+Blue) = 197+184+188=569 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.62% from 569); Green value is 184 (72.27% from 255 or 32.34% from 569); Blue value is 188 (73.83% from 255 or 33.04% from 569); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B8BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5B8BC is #3A4743. Grayscale: #BCBCBC. Windows color (decimal): -3819332 or 12368069. OLE color: 12368069.

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

Color convert

RGB197184188-
CMYK00.070.050.23
HSL341.54º10.08%74.71%-
HSV(B)341.54º6.6%77.25%-
XYZ49.2449.7854.59-
YUV188.34127.81134.17-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.62%
GREEN value IS 184 (72.27% from 255) = 32.34%
BLUE value IS 188 (73.83% 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.23
SystemRedGreenBlueCMYKHSL
Decimal19718418800.070.050.23341.5410.0874.71
HexC5B8BC07517156a4b
Octal3052702740752752612113
Binary11000101101110001011110001111011011110101011010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B8BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B8BC; }

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

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

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

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

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

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

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

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