#C4BADA

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

Shades of Melrose #C4BADA

Tints of Melrose #C4BADA

Color information

#C4BADA (or 0xC4BADA) is unknown color: approx Melrose. HEX triplet: C4, BA and DA. RGB value is (196,186,218). Sum of RGB (Red+Green+Blue) = 196+186+218=600 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.67% from 600); Green value is 186 (73.05% from 255 or 31% from 600); Blue value is 218 (85.55% from 255 or 36.33% from 600); Max value from RGB is 218 - color contains mainly: blue. Hex color #C4BADA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BADA is #3B4525. Grayscale: #C0C0C0. Windows color (decimal): -3884326 or 14334660. OLE color: 14334660.

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

Color convert

RGB196186218-
CMYK0.100.1500.15
HSL258.75º30.19%79.22%-
HSV(B)258.75º14.68%85.49%-
XYZ52.9851.9273.56-
YUV192.64142.31130.4-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 32.67%
GREEN value IS 186 (73.05% from 255) = 31%
BLUE value IS 218 (85.55% from 255) = 36.33%
R=32.67%
G=31%
B=36.33%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1961862180.100.1500.15258.7530.1979.22
HexC4BADAAF0F1031e4f
Octal304272332121701740336117
Binary1100010010111010110110101010111101111100000011111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BADA; }

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

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

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

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

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

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

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

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