#C5BAEA

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

Shades of Melrose #C5BAEA

Tints of Melrose #C5BAEA

Color information

#C5BAEA (or 0xC5BAEA) is unknown color: approx Melrose. HEX triplet: C5, BA and EA. RGB value is (197,186,234). Sum of RGB (Red+Green+Blue) = 197+186+234=617 (81% of max value = 765). Red value is 197 (77.34% from 255 or 31.93% from 617); Green value is 186 (73.05% from 255 or 30.15% from 617); Blue value is 234 (91.80% from 255 or 37.93% from 617); Max value from RGB is 234 - color contains mainly: blue. Hex color #C5BAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5BAEA is #3A4515. Grayscale: #C2C2C2. Windows color (decimal): -3818774 or 15383237. OLE color: 15383237.

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

Color convert

RGB197186234-
CMYK0.160.2100.08
HSL253.75º53.33%82.35%-
HSV(B)253.75º20.51%91.76%-
XYZ55.4452.9385.14-
YUV194.76150.14129.6-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.93%
GREEN value IS 186 (73.05% from 255) = 30.15%
BLUE value IS 234 (91.80% from 255) = 37.93%
R=31.93%
G=30.15%
B=37.93%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1971862340.160.2100.08253.7553.3382.35
HexC5BAEA101508fe3552
Octal305272352202501037665122
Binary110001011011101011101010100001010101000111111101101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BAEA; }

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

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

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

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

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

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

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

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