#C2BBBD

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

Shades of Melanie #C2BBBD

Tints of Melanie #C2BBBD

Color information

#C2BBBD (or 0xC2BBBD) is unknown color: approx Melanie. HEX triplet: C2, BB and BD. RGB value is (194,187,189). Sum of RGB (Red+Green+Blue) = 194+187+189=570 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.04% from 570); Green value is 187 (73.44% from 255 or 32.81% from 570); Blue value is 189 (74.22% from 255 or 33.16% from 570); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BBBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BBBD is #3D4442. Grayscale: #BDBDBD. Windows color (decimal): -4015171 or 12434370. OLE color: 12434370.

HSL color Cylindrical-coordinate representation of color #C2BBBD: hue angle of 342.86º degrees, saturation: 0.05, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C2BBBD is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB194187189-
CMYK00.040.030.24
HSL342.86º5.43%74.71%-
HSV(B)342.86º3.61%76.08%-
XYZ49.250.6855.33-
YUV189.32127.82131.34-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.04%
GREEN value IS 187 (73.44% from 255) = 32.81%
BLUE value IS 189 (74.22% from 255) = 33.16%
R=34.04%
G=32.81%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418718900.040.030.24342.865.4374.71
HexC2BBBD0431815754b
Octal302273275043305275113
Binary110000101011101110111101010011110001010101111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BBBD; }

 p { color: rgb(194,187,189); }

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

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

 a { background-color: rgb(194,187,189); }

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

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

 span { border-color: rgb(194,187,189); }

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