#C7BAE5

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

Shades of Melrose #C7BAE5

Tints of Melrose #C7BAE5

Color information

#C7BAE5 (or 0xC7BAE5) is unknown color: approx Melrose. HEX triplet: C7, BA and E5. RGB value is (199,186,229). Sum of RGB (Red+Green+Blue) = 199+186+229=614 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.41% from 614); Green value is 186 (73.05% from 255 or 30.29% from 614); Blue value is 229 (89.84% from 255 or 37.30% from 614); Max value from RGB is 229 - color contains mainly: blue. Hex color #C7BAE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BAE5 is #38451A. Grayscale: #C2C2C2. Windows color (decimal): -3687707 or 15055559. OLE color: 15055559.

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

Color convert

RGB199186229-
CMYK0.130.1900.10
HSL258.14º45.26%81.37%-
HSV(B)258.14º18.78%89.8%-
XYZ55.2552.9281.43-
YUV194.79147.31131-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.41%
GREEN value IS 186 (73.05% from 255) = 30.29%
BLUE value IS 229 (89.84% from 255) = 37.30%
R=32.41%
G=30.29%
B=37.30%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1991862290.130.1900.10258.1445.2681.37
HexC7BAE5D130A1022d51
Octal307272345152301240255121
Binary110001111011101011100101110110011010101000000101011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BAE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BAE5; }

 p { color: rgb(199,186,229); }

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

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

 a { background-color: rgb(199,186,229); }

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

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

 span { border-color: rgb(199,186,229); }

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