#C5BDEA

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

Shades of Melrose #C5BDEA

Tints of Melrose #C5BDEA

Color information

#C5BDEA (or 0xC5BDEA) is unknown color: approx Melrose. HEX triplet: C5, BD and EA. RGB value is (197,189,234). Sum of RGB (Red+Green+Blue) = 197+189+234=620 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.77% from 620); Green value is 189 (74.22% from 255 or 30.48% from 620); Blue value is 234 (91.80% from 255 or 37.74% from 620); Max value from RGB is 234 - color contains mainly: blue. Hex color #C5BDEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5BDEA is #3A4215. Grayscale: #C4C4C4. Windows color (decimal): -3818006 or 15384005. OLE color: 15384005.

HSL color Cylindrical-coordinate representation of color #C5BDEA: hue angle of 250.67º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C5BDEA is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB197189234-
CMYK0.160.1900.08
HSL250.67º51.72%82.94%-
HSV(B)250.67º19.23%91.76%-
XYZ56.0754.2185.35-
YUV196.52149.15128.34-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.77%
GREEN value IS 189 (74.22% from 255) = 30.48%
BLUE value IS 234 (91.80% from 255) = 37.74%
R=31.77%
G=30.48%
B=37.74%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1971892340.160.1900.08250.6751.7282.94
HexC5BDEA101308fb3453
Octal305275352202301037364123
Binary110001011011110111101010100001001101000111110111101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BDEA; }

 p { color: rgb(197,189,234); }

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

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

 a { background-color: rgb(197,189,234); }

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

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

 span { border-color: rgb(197,189,234); }

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