#B7AAF5

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

Shades of Melrose #B7AAF5

Tints of Melrose #B7AAF5

Color information

#B7AAF5 (or 0xB7AAF5) is unknown color: approx Melrose. HEX triplet: B7, AA and F5. RGB value is (183,170,245). Sum of RGB (Red+Green+Blue) = 183+170+245=598 (79% of max value = 765). Red value is 183 (71.88% from 255 or 30.60% from 598); Green value is 170 (66.80% from 255 or 28.43% from 598); Blue value is 245 (96.09% from 255 or 40.97% from 598); Max value from RGB is 245 - color contains mainly: blue. Hex color #B7AAF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B7AAF5 is #48550A. Grayscale: #B6B6B6. Windows color (decimal): -4740363 or 16100023. OLE color: 16100023.

HSL color Cylindrical-coordinate representation of color #B7AAF5: hue angle of 250.4º degrees, saturation: 0.79, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B7AAF5 is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB183170245-
CMYK0.250.3100.04
HSL250.4º78.95%81.37%-
HSV(B)250.4º30.61%96.08%-
XYZ50.3845.4192.5-
YUV182.44163.31128.4-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 30.60%
GREEN value IS 170 (66.80% from 255) = 28.43%
BLUE value IS 245 (96.09% from 255) = 40.97%
R=30.60%
G=28.43%
B=40.97%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1831702450.250.3100.04250.478.9581.37
HexB7AAF5191F04fa4f51
Octal267252365313704372117121
Binary101101111010101011110101110011111101001111101010011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AAF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AAF5; }

 p { color: rgb(183,170,245); }

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

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

 a { background-color: rgb(183,170,245); }

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

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

 span { border-color: rgb(183,170,245); }

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