#C4BAD9

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

Shades of Melrose #C4BAD9

Tints of Melrose #C4BAD9

Color information

#C4BAD9 (or 0xC4BAD9) is unknown color: approx Melrose. HEX triplet: C4, BA and D9. RGB value is (196,186,217). Sum of RGB (Red+Green+Blue) = 196+186+217=599 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.72% from 599); Green value is 186 (73.05% from 255 or 31.05% from 599); Blue value is 217 (85.16% from 255 or 36.23% from 599); Max value from RGB is 217 - color contains mainly: blue. Hex color #C4BAD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BAD9 is #3B4526. Grayscale: #C0C0C0. Windows color (decimal): -3884327 or 14269124. OLE color: 14269124.

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

Color convert

RGB196186217-
CMYK0.100.1400.15
HSL259.35º28.97%79.02%-
HSV(B)259.35º14.29%85.1%-
XYZ52.8551.8672.87-
YUV192.52141.81130.48-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 32.72%
GREEN value IS 186 (73.05% from 255) = 31.05%
BLUE value IS 217 (85.16% from 255) = 36.23%
R=32.72%
G=31.05%
B=36.23%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1961862170.100.1400.15259.3528.9779.02
HexC4BAD9AE0F1031d4f
Octal304272331121601740335117
Binary1100010010111010110110011010111001111100000011111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BAD9; }

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

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

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

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

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

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

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

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