#C5BCDC

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

Shades of Melrose #C5BCDC

Tints of Melrose #C5BCDC

Color information

#C5BCDC (or 0xC5BCDC) is unknown color: approx Melrose. HEX triplet: C5, BC and DC. RGB value is (197,188,220). Sum of RGB (Red+Green+Blue) = 197+188+220=605 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.56% from 605); Green value is 188 (73.83% from 255 or 31.07% from 605); Blue value is 220 (86.33% from 255 or 36.36% from 605); Max value from RGB is 220 - color contains mainly: blue. Hex color #C5BCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BCDC is #3A4323. Grayscale: #C2C2C2. Windows color (decimal): -3818276 or 14466245. OLE color: 14466245.

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

Color convert

RGB197188220-
CMYK0.100.1500.14
HSL256.88º31.37%80%-
HSV(B)256.88º14.55%86.27%-
XYZ53.935375.1-
YUV194.34142.48129.9-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 32.56%
GREEN value IS 188 (73.83% from 255) = 31.07%
BLUE value IS 220 (86.33% from 255) = 36.36%
R=32.56%
G=31.07%
B=36.36%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1971882200.100.1500.14256.8831.3780
HexC5BCDCAF0E1011f50
Octal305274334121701640137120
Binary1100010110111100110111001010111101110100000001111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BCDC; }

 p { color: rgb(197,188,220); }

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

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

 a { background-color: rgb(197,188,220); }

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

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

 span { border-color: rgb(197,188,220); }

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