#B7AAF8

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

Shades of Melrose #B7AAF8

Tints of Melrose #B7AAF8

Color information

#B7AAF8 (or 0xB7AAF8) is unknown color: approx Melrose. HEX triplet: B7, AA and F8. RGB value is (183,170,248). Sum of RGB (Red+Green+Blue) = 183+170+248=601 (79% of max value = 765). Red value is 183 (71.88% from 255 or 30.45% from 601); Green value is 170 (66.80% from 255 or 28.29% from 601); Blue value is 248 (97.27% from 255 or 41.26% from 601); Max value from RGB is 248 - color contains mainly: blue. Hex color #B7AAF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B7AAF8 is #485507. Grayscale: #B6B6B6. Windows color (decimal): -4740360 or 16296631. OLE color: 16296631.

HSL color Cylindrical-coordinate representation of color #B7AAF8: hue angle of 250º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B7AAF8 is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB183170248-
CMYK0.260.3100.03
HSL250º84.78%81.96%-
HSV(B)250º31.45%97.25%-
XYZ50.8545.5994.93-
YUV182.78164.81128.16-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 30.45%
GREEN value IS 170 (66.80% from 255) = 28.29%
BLUE value IS 248 (97.27% from 255) = 41.26%
R=30.45%
G=28.29%
B=41.26%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1831702480.260.3100.0325084.7881.96
HexB7AAF81A1F03fa5552
Octal267252370323703372125122
Binary10110111101010101111100011010111110111111101010101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AAF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AAF8; }

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

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

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

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

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

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

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

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