#C4BED4

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

Shades of Melrose #C4BED4

Tints of Melrose #C4BED4

Color information

#C4BED4 (or 0xC4BED4) is unknown color: approx Melrose. HEX triplet: C4, BE and D4. RGB value is (196,190,212). Sum of RGB (Red+Green+Blue) = 196+190+212=598 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.78% from 598); Green value is 190 (74.61% from 255 or 31.77% from 598); Blue value is 212 (83.20% from 255 or 35.45% from 598); Max value from RGB is 212 - color contains mainly: blue. Hex color #C4BED4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BED4 is #3B412B. Grayscale: #C2C2C2. Windows color (decimal): -3883308 or 13942468. OLE color: 13942468.

HSL color Cylindrical-coordinate representation of color #C4BED4: hue angle of 256.36º degrees, saturation: 0.2, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C4BED4 is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB196190212-
CMYK0.080.1000.17
HSL256.36º20.37%78.82%-
HSV(B)256.36º10.38%83.14%-
XYZ53.0653.3269.78-
YUV194.3137.99129.21-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 32.78%
GREEN value IS 190 (74.61% from 255) = 31.77%
BLUE value IS 212 (83.20% from 255) = 35.45%
R=32.78%
G=31.77%
B=35.45%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1961902120.080.1000.17256.3620.3778.82
HexC4BED48A011100144f
Octal304276324101202140024117
Binary11000100101111101101010010001010010001100000000101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BED4; }

 p { color: rgb(196,190,212); }

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

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

 a { background-color: rgb(196,190,212); }

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

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

 span { border-color: rgb(196,190,212); }

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