#B7A6EA

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

Shades of Melrose #B7A6EA

Tints of Melrose #B7A6EA

Color information

#B7A6EA (or 0xB7A6EA) is unknown color: approx Melrose. HEX triplet: B7, A6 and EA. RGB value is (183,166,234). Sum of RGB (Red+Green+Blue) = 183+166+234=583 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.39% from 583); Green value is 166 (65.23% from 255 or 28.47% from 583); Blue value is 234 (91.80% from 255 or 40.14% from 583); Max value from RGB is 234 - color contains mainly: blue. Hex color #B7A6EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B7A6EA is #485915. Grayscale: #B2B2B2. Windows color (decimal): -4741398 or 15378103. OLE color: 15378103.

HSL color Cylindrical-coordinate representation of color #B7A6EA: hue angle of 255º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B7A6EA is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB183166234-
CMYK0.220.2900.08
HSL255º61.82%78.43%-
HSV(B)255º29.06%91.76%-
XYZ48.0243.2883.67-
YUV178.83159.13130.97-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.39%
GREEN value IS 166 (65.23% from 255) = 28.47%
BLUE value IS 234 (91.80% from 255) = 40.14%
R=31.39%
G=28.47%
B=40.14%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1831662340.220.2900.0825561.8278.43
HexB7A6EA161D08ff3e4e
Octal267246352263501037776116
Binary101101111010011011101010101101110101000111111111111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A6EA; }

 p { color: rgb(183,166,234); }

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

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

 a { background-color: rgb(183,166,234); }

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

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

 span { border-color: rgb(183,166,234); }

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