#C1BADA

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

Shades of Melrose #C1BADA

Tints of Melrose #C1BADA

Color information

#C1BADA (or 0xC1BADA) is unknown color: approx Melrose. HEX triplet: C1, BA and DA. RGB value is (193,186,218). Sum of RGB (Red+Green+Blue) = 193+186+218=597 (79% of max value = 765). Red value is 193 (75.78% from 255 or 32.33% from 597); Green value is 186 (73.05% from 255 or 31.16% from 597); Blue value is 218 (85.55% from 255 or 36.52% from 597); Max value from RGB is 218 - color contains mainly: blue. Hex color #C1BADA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BADA is #3E4525. Grayscale: #BFBFBF. Windows color (decimal): -4080934 or 14334657. OLE color: 14334657.

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

Color convert

RGB193186218-
CMYK0.110.1500.15
HSL253.12º30.19%79.22%-
HSV(B)253.12º14.68%85.49%-
XYZ52.2151.5273.52-
YUV191.74142.82128.9-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 32.33%
GREEN value IS 186 (73.05% from 255) = 31.16%
BLUE value IS 218 (85.55% from 255) = 36.52%
R=32.33%
G=31.16%
B=36.52%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1931862180.110.1500.15253.1230.1979.22
HexC1BADABF0Ffd1e4f
Octal301272332131701737536117
Binary110000011011101011011010101111110111111111101111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BADA; }

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

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

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

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

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

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

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

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