#B5AAFD

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

Shades of Melrose #B5AAFD

Tints of Melrose #B5AAFD

Color information

#B5AAFD (or 0xB5AAFD) is unknown color: approx Melrose. HEX triplet: B5, AA and FD. RGB value is (181,170,253). Sum of RGB (Red+Green+Blue) = 181+170+253=604 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.97% from 604); Green value is 170 (66.80% from 255 or 28.15% from 604); Blue value is 253 (99.22% from 255 or 41.89% from 604); Max value from RGB is 253 - color contains mainly: blue. Hex color #B5AAFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5AAFD is #4A5502. Grayscale: #B6B6B6. Windows color (decimal): -4871427 or 16624309. OLE color: 16624309.

HSL color Cylindrical-coordinate representation of color #B5AAFD: hue angle of 247.95º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B5AAFD is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB181170253-
CMYK0.280.3300.01
HSL247.95º95.4%82.94%-
HSV(B)247.95º32.81%99.22%-
XYZ51.1645.6799.05-
YUV182.75167.64126.75-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.97%
GREEN value IS 170 (66.80% from 255) = 28.15%
BLUE value IS 253 (99.22% from 255) = 41.89%
R=29.97%
G=28.15%
B=41.89%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1811702530.280.3300.01247.9595.482.94
HexB5AAFD1C2101f85f53
Octal265252375344101370137123
Binary10110101101010101111110111100100001011111100010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AAFD; }

 p { color: rgb(181,170,253); }

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

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

 a { background-color: rgb(181,170,253); }

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

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

 span { border-color: rgb(181,170,253); }

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