#C5BAEB

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

Shades of Melrose #C5BAEB

Tints of Melrose #C5BAEB

Color information

#C5BAEB (or 0xC5BAEB) is unknown color: approx Melrose. HEX triplet: C5, BA and EB. RGB value is (197,186,235). Sum of RGB (Red+Green+Blue) = 197+186+235=618 (81% of max value = 765). Red value is 197 (77.34% from 255 or 31.88% from 618); Green value is 186 (73.05% from 255 or 30.10% from 618); Blue value is 235 (92.19% from 255 or 38.03% from 618); Max value from RGB is 235 - color contains mainly: blue. Hex color #C5BAEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5BAEB is #3A4514. Grayscale: #C2C2C2. Windows color (decimal): -3818773 or 15448773. OLE color: 15448773.

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

Color convert

RGB197186235-
CMYK0.160.2100.08
HSL253.47º55.06%82.55%-
HSV(B)253.47º20.85%92.16%-
XYZ55.5852.9985.9-
YUV194.87150.64129.52-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.88%
GREEN value IS 186 (73.05% from 255) = 30.10%
BLUE value IS 235 (92.19% from 255) = 38.03%
R=31.88%
G=30.10%
B=38.03%

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
Decimal1971862350.160.2100.08253.4755.0682.55
HexC5BAEB101508fd3753
Octal305272353202501037567123
Binary110001011011101011101011100001010101000111111011101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BAEB; }

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

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

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

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

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

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

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

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