#C1BAD9

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

Shades of Melrose #C1BAD9

Tints of Melrose #C1BAD9

Color information

#C1BAD9 (or 0xC1BAD9) is unknown color: approx Melrose. HEX triplet: C1, BA and D9. RGB value is (193,186,217). Sum of RGB (Red+Green+Blue) = 193+186+217=596 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.38% from 596); Green value is 186 (73.05% from 255 or 31.21% from 596); Blue value is 217 (85.16% from 255 or 36.41% from 596); Max value from RGB is 217 - color contains mainly: blue. Hex color #C1BAD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BAD9 is #3E4526. Grayscale: #BFBFBF. Windows color (decimal): -4080935 or 14269121. OLE color: 14269121.

HSL color Cylindrical-coordinate representation of color #C1BAD9: hue angle of 253.55º 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 #C1BAD9 is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB193186217-
CMYK0.110.1400.15
HSL253.55º28.97%79.02%-
HSV(B)253.55º14.29%85.1%-
XYZ52.0851.4772.83-
YUV191.63142.32128.98-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 32.38%
GREEN value IS 186 (73.05% from 255) = 31.21%
BLUE value IS 217 (85.16% from 255) = 36.41%
R=32.38%
G=31.21%
B=36.41%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1931862170.110.1400.15253.5528.9779.02
HexC1BAD9BE0Ffe1d4f
Octal301272331131601737635117
Binary110000011011101011011001101111100111111111110111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BAD9; }

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

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

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

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

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

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

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

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