#C7BAE9

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

Shades of Melrose #C7BAE9

Tints of Melrose #C7BAE9

Color information

#C7BAE9 (or 0xC7BAE9) is unknown color: approx Melrose. HEX triplet: C7, BA and E9. RGB value is (199,186,233). Sum of RGB (Red+Green+Blue) = 199+186+233=618 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.20% from 618); Green value is 186 (73.05% from 255 or 30.10% from 618); Blue value is 233 (91.41% from 255 or 37.70% from 618); Max value from RGB is 233 - color contains mainly: blue. Hex color #C7BAE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7BAE9 is #384516. Grayscale: #C3C3C3. Windows color (decimal): -3687703 or 15317703. OLE color: 15317703.

HSL color Cylindrical-coordinate representation of color #C7BAE9: hue angle of 256.6º degrees, saturation: 0.52, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C7BAE9 is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB199186233-
CMYK0.150.2000.09
HSL256.6º51.65%82.16%-
HSV(B)256.6º20.17%91.37%-
XYZ55.8253.1484.41-
YUV195.24149.31130.68-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.20%
GREEN value IS 186 (73.05% from 255) = 30.10%
BLUE value IS 233 (91.41% from 255) = 37.70%
R=32.20%
G=30.10%
B=37.70%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1991862330.150.2000.09256.651.6582.16
HexC7BAE9F14091013452
Octal307272351172401140164122
Binary110001111011101011101001111110100010011000000011101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BAE9; }

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

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

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

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

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

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

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

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