#C2BAD5

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

Shades of Melrose #C2BAD5

Tints of Melrose #C2BAD5

Color information

#C2BAD5 (or 0xC2BAD5) is unknown color: approx Melrose. HEX triplet: C2, BA and D5. RGB value is (194,186,213). Sum of RGB (Red+Green+Blue) = 194+186+213=593 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.72% from 593); Green value is 186 (73.05% from 255 or 31.37% from 593); Blue value is 213 (83.59% from 255 or 35.92% from 593); Max value from RGB is 213 - color contains mainly: blue. Hex color #C2BAD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BAD5 is #3D452A. Grayscale: #BFBFBF. Windows color (decimal): -4015403 or 14006978. OLE color: 14006978.

HSL color Cylindrical-coordinate representation of color #C2BAD5: hue angle of 257.78º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C2BAD5 is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB194186213-
CMYK0.090.1300.16
HSL257.78º24.32%78.24%-
HSV(B)257.78º12.68%83.53%-
XYZ51.8251.3970.14-
YUV191.47140.15129.8-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.72%
GREEN value IS 186 (73.05% from 255) = 31.37%
BLUE value IS 213 (83.59% from 255) = 35.92%
R=32.72%
G=31.37%
B=35.92%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1941862130.090.1300.16257.7824.3278.24
HexC2BAD59D010102184e
Octal302272325111502040230116
Binary11000010101110101101010110011101010000100000010110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BAD5; }

 p { color: rgb(194,186,213); }

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

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

 a { background-color: rgb(194,186,213); }

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

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

 span { border-color: rgb(194,186,213); }

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