#C5BAD9

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

Shades of Melrose #C5BAD9

Tints of Melrose #C5BAD9

Color information

#C5BAD9 (or 0xC5BAD9) is unknown color: approx Melrose. HEX triplet: C5, BA and D9. RGB value is (197,186,217). Sum of RGB (Red+Green+Blue) = 197+186+217=600 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.83% from 600); Green value is 186 (73.05% from 255 or 31% from 600); Blue value is 217 (85.16% from 255 or 36.17% from 600); Max value from RGB is 217 - color contains mainly: blue. Hex color #C5BAD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BAD9 is #3A4526. Grayscale: #C0C0C0. Windows color (decimal): -3818791 or 14269125. OLE color: 14269125.

HSL color Cylindrical-coordinate representation of color #C5BAD9: hue angle of 261.29º degrees, saturation: 0.29, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C5BAD9 is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB197186217-
CMYK0.090.1400.15
HSL261.29º28.97%79.02%-
HSV(B)261.29º14.29%85.1%-
XYZ53.115272.88-
YUV192.82141.64130.98-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 32.83%
GREEN value IS 186 (73.05% from 255) = 31%
BLUE value IS 217 (85.16% from 255) = 36.17%
R=32.83%
G=31%
B=36.17%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1971862170.090.1400.15261.2928.9779.02
HexC5BAD99E0F1051d4f
Octal305272331111601740535117
Binary1100010110111010110110011001111001111100000101111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BAD9; }

 p { color: rgb(197,186,217); }

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

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

 a { background-color: rgb(197,186,217); }

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

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

 span { border-color: rgb(197,186,217); }

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