#C5BCEA

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

Shades of Melrose #C5BCEA

Tints of Melrose #C5BCEA

Color information

#C5BCEA (or 0xC5BCEA) is unknown color: approx Melrose. HEX triplet: C5, BC and EA. RGB value is (197,188,234). Sum of RGB (Red+Green+Blue) = 197+188+234=619 (81% of max value = 765). Red value is 197 (77.34% from 255 or 31.83% from 619); Green value is 188 (73.83% from 255 or 30.37% from 619); Blue value is 234 (91.80% from 255 or 37.80% from 619); Max value from RGB is 234 - color contains mainly: blue. Hex color #C5BCEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5BCEA is #3A4315. Grayscale: #C3C3C3. Windows color (decimal): -3818262 or 15383749. OLE color: 15383749.

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

Color convert

RGB197188234-
CMYK0.160.2000.08
HSL251.74º52.27%82.75%-
HSV(B)251.74º19.66%91.76%-
XYZ55.8653.7885.28-
YUV195.94149.48128.76-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.83%
GREEN value IS 188 (73.83% from 255) = 30.37%
BLUE value IS 234 (91.80% from 255) = 37.80%
R=31.83%
G=30.37%
B=37.80%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1971882340.160.2000.08251.7452.2782.75
HexC5BCEA101408fc3453
Octal305274352202401037464123
Binary110001011011110011101010100001010001000111111001101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BCEA; }

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

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

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

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

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

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

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

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