#B7A7EC

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

Shades of Melrose #B7A7EC

Tints of Melrose #B7A7EC

Color information

#B7A7EC (or 0xB7A7EC) is unknown color: approx Melrose. HEX triplet: B7, A7 and EC. RGB value is (183,167,236). Sum of RGB (Red+Green+Blue) = 183+167+236=586 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.23% from 586); Green value is 167 (65.62% from 255 or 28.50% from 586); Blue value is 236 (92.58% from 255 or 40.27% from 586); Max value from RGB is 236 - color contains mainly: blue. Hex color #B7A7EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B7A7EC is #485813. Grayscale: #B3B3B3. Windows color (decimal): -4741140 or 15509431. OLE color: 15509431.

HSL color Cylindrical-coordinate representation of color #B7A7EC: hue angle of 253.91º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B7A7EC is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB183167236-
CMYK0.220.2900.07
HSL253.91º64.49%79.02%-
HSV(B)253.91º29.24%92.55%-
XYZ48.4943.7685.25-
YUV179.65159.8130.39-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.23%
GREEN value IS 167 (65.62% from 255) = 28.50%
BLUE value IS 236 (92.58% from 255) = 40.27%
R=31.23%
G=28.50%
B=40.27%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1831672360.220.2900.07253.9164.4979.02
HexB7A7EC161D07fe404f
Octal267247354263507376100117
Binary101101111010011111101100101101110101111111111010000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A7EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A7EC; }

 p { color: rgb(183,167,236); }

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

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

 a { background-color: rgb(183,167,236); }

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

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

 span { border-color: rgb(183,167,236); }

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