#C4BBDC

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

Shades of Melrose #C4BBDC

Tints of Melrose #C4BBDC

Color information

#C4BBDC (or 0xC4BBDC) is unknown color: approx Melrose. HEX triplet: C4, BB and DC. RGB value is (196,187,220). Sum of RGB (Red+Green+Blue) = 196+187+220=603 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.50% from 603); Green value is 187 (73.44% from 255 or 31.01% from 603); Blue value is 220 (86.33% from 255 or 36.48% from 603); Max value from RGB is 220 - color contains mainly: blue. Hex color #C4BBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BBDC is #3B4423. Grayscale: #C1C1C1. Windows color (decimal): -3884068 or 14465988. OLE color: 14465988.

HSL color Cylindrical-coordinate representation of color #C4BBDC: hue angle of 256.36º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C4BBDC is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB196187220-
CMYK0.110.1500.14
HSL256.36º32.04%79.8%-
HSV(B)256.36º15%86.27%-
XYZ53.4552.4475.02-
YUV193.45142.98129.82-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 32.50%
GREEN value IS 187 (73.44% from 255) = 31.01%
BLUE value IS 220 (86.33% from 255) = 36.48%
R=32.50%
G=31.01%
B=36.48%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1961872200.110.1500.14256.3632.0479.8
HexC4BBDCBF0E1002050
Octal304273334131701640040120
Binary11000100101110111101110010111111011101000000001000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BBDC; }

 p { color: rgb(196,187,220); }

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

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

 a { background-color: rgb(196,187,220); }

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

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

 span { border-color: rgb(196,187,220); }

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