#B5AAFA

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

Shades of Melrose #B5AAFA

Tints of Melrose #B5AAFA

Color information

#B5AAFA (or 0xB5AAFA) is unknown color: approx Melrose. HEX triplet: B5, AA and FA. RGB value is (181,170,250). Sum of RGB (Red+Green+Blue) = 181+170+250=601 (79% of max value = 765). Red value is 181 (71.09% from 255 or 30.12% from 601); Green value is 170 (66.80% from 255 or 28.29% from 601); Blue value is 250 (98.05% from 255 or 41.60% from 601); Max value from RGB is 250 - color contains mainly: blue. Hex color #B5AAFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5AAFA is #4A5505. Grayscale: #B6B6B6. Windows color (decimal): -4871430 or 16427701. OLE color: 16427701.

HSL color Cylindrical-coordinate representation of color #B5AAFA: hue angle of 248.25º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B5AAFA is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB181170250-
CMYK0.280.3200.02
HSL248.25º88.89%82.35%-
HSV(B)248.25º32%98.04%-
XYZ50.6945.4896.55-
YUV182.41166.14127-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.12%
GREEN value IS 170 (66.80% from 255) = 28.29%
BLUE value IS 250 (98.05% from 255) = 41.60%
R=30.12%
G=28.29%
B=41.60%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1811702500.280.3200.02248.2588.8982.35
HexB5AAFA1C2002f85952
Octal265252372344002370131122
Binary101101011010101011111010111001000000101111100010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AAFA; }

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

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

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

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

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

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

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

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