#C5BFDC

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

Shades of Melrose #C5BFDC

Tints of Melrose #C5BFDC

Color information

#C5BFDC (or 0xC5BFDC) is unknown color: approx Melrose. HEX triplet: C5, BF and DC. RGB value is (197,191,220). Sum of RGB (Red+Green+Blue) = 197+191+220=608 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.40% from 608); Green value is 191 (75% from 255 or 31.41% from 608); Blue value is 220 (86.33% from 255 or 36.18% from 608); Max value from RGB is 220 - color contains mainly: blue. Hex color #C5BFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BFDC is #3A4023. Grayscale: #C3C3C3. Windows color (decimal): -3817508 or 14467013. OLE color: 14467013.

HSL color Cylindrical-coordinate representation of color #C5BFDC: hue angle of 252.41º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C5BFDC is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB197191220-
CMYK0.100.1300.14
HSL252.41º29.29%80.59%-
HSV(B)252.41º13.18%86.27%-
XYZ54.5854.375.31-
YUV196.1141.49128.64-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 32.40%
GREEN value IS 191 (75% from 255) = 31.41%
BLUE value IS 220 (86.33% from 255) = 36.18%
R=32.40%
G=31.41%
B=36.18%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1971912200.100.1300.14252.4129.2980.59
HexC5BFDCAD0Efc1d51
Octal305277334121501637435121
Binary110001011011111111011100101011010111011111100111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BFDC; }

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

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

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

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

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

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

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

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