#B5ABE9

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

Shades of Melrose #B5ABE9

Tints of Melrose #B5ABE9

Color information

#B5ABE9 (or 0xB5ABE9) is unknown color: approx Melrose. HEX triplet: B5, AB and E9. RGB value is (181,171,233). Sum of RGB (Red+Green+Blue) = 181+171+233=585 (77% of max value = 765). Red value is 181 (71.09% from 255 or 30.94% from 585); Green value is 171 (67.19% from 255 or 29.23% from 585); Blue value is 233 (91.41% from 255 or 39.83% from 585); Max value from RGB is 233 - color contains mainly: blue. Hex color #B5ABE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5ABE9 is #4A5416. Grayscale: #B4B4B4. Windows color (decimal): -4871191 or 15313845. OLE color: 15313845.

HSL color Cylindrical-coordinate representation of color #B5ABE9: hue angle of 249.68º degrees, saturation: 0.58, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B5ABE9 is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB181171233-
CMYK0.220.2700.09
HSL249.68º58.49%79.22%-
HSV(B)249.68º26.61%91.37%-
XYZ48.3344.8383.2-
YUV181.06157.31127.96-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.94%
GREEN value IS 171 (67.19% from 255) = 29.23%
BLUE value IS 233 (91.41% from 255) = 39.83%
R=30.94%
G=29.23%
B=39.83%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1811712330.220.2700.09249.6858.4979.22
HexB5ABE9161B09fa3a4f
Octal265253351263301137272117
Binary101101011010101111101001101101101101001111110101110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5ABE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5ABE9; }

 p { color: rgb(181,171,233); }

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

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

 a { background-color: rgb(181,171,233); }

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

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

 span { border-color: rgb(181,171,233); }

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