#C4BBBE

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

Shades of Melanie #C4BBBE

Tints of Melanie #C4BBBE

Color information

#C4BBBE (or 0xC4BBBE) is unknown color: approx Melanie. HEX triplet: C4, BB and BE. RGB value is (196,187,190). Sum of RGB (Red+Green+Blue) = 196+187+190=573 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.21% from 573); Green value is 187 (73.44% from 255 or 32.64% from 573); Blue value is 190 (74.61% from 255 or 33.16% from 573); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BBBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BBBE is #3B4441. Grayscale: #BEBEBE. Windows color (decimal): -3884098 or 12499908. OLE color: 12499908.

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

Color convert

RGB196187190-
CMYK00.050.030.23
HSL340º7.09%75.1%-
HSV(B)340º4.59%76.86%-
XYZ49.8350.9955.93-
YUV190.03127.98132.26-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.21%
GREEN value IS 187 (73.44% from 255) = 32.64%
BLUE value IS 190 (74.61% from 255) = 33.16%
R=34.21%
G=32.64%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19618719000.050.030.233407.0975.1
HexC4BBBE0531715474b
Octal304273276053275247113
Binary110001001011101110111110010111101111010101001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BBBE; }

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

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

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

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

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

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

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

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