#C5BBBE

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

Shades of Melanie #C5BBBE

Tints of Melanie #C5BBBE

Color information

#C5BBBE (or 0xC5BBBE) is unknown color: approx Melanie. HEX triplet: C5, BB and BE. RGB value is (197,187,190). Sum of RGB (Red+Green+Blue) = 197+187+190=574 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.32% from 574); Green value is 187 (73.44% from 255 or 32.58% from 574); Blue value is 190 (74.61% from 255 or 33.10% from 574); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BBBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BBBE is #3A4441. Grayscale: #BEBEBE. Windows color (decimal): -3818562 or 12499909. OLE color: 12499909.

HSL color Cylindrical-coordinate representation of color #C5BBBE: hue angle of 342º degrees, saturation: 0.08, 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 #C5BBBE is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB197187190-
CMYK00.050.040.23
HSL342º7.94%75.29%-
HSV(B)342º5.08%77.25%-
XYZ50.0951.1355.94-
YUV190.33127.81132.76-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.32%
GREEN value IS 187 (73.44% from 255) = 32.58%
BLUE value IS 190 (74.61% from 255) = 33.10%
R=34.32%
G=32.58%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19718719000.050.040.233427.9475.29
HexC5BBBE0541715684b
Octal3052732760542752610113
Binary11000101101110111011111001011001011110101011010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BBBE; }

 p { color: rgb(197,187,190); }

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

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

 a { background-color: rgb(197,187,190); }

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

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

 span { border-color: rgb(197,187,190); }

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