#B5ABF0

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

Shades of Melrose #B5ABF0

Tints of Melrose #B5ABF0

Color information

#B5ABF0 (or 0xB5ABF0) is unknown color: approx Melrose. HEX triplet: B5, AB and F0. RGB value is (181,171,240). Sum of RGB (Red+Green+Blue) = 181+171+240=592 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.57% from 592); Green value is 171 (67.19% from 255 or 28.89% from 592); Blue value is 240 (94.14% from 255 or 40.54% from 592); Max value from RGB is 240 - color contains mainly: blue. Hex color #B5ABF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5ABF0 is #4A540F. Grayscale: #B5B5B5. Windows color (decimal): -4871184 or 15772597. OLE color: 15772597.

HSL color Cylindrical-coordinate representation of color #B5ABF0: hue angle of 248.7º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B5ABF0 is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB181171240-
CMYK0.250.2900.06
HSL248.7º69.7%80.59%-
HSV(B)248.7º28.75%94.12%-
XYZ49.3545.2488.57-
YUV181.86160.81127.39-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.57%
GREEN value IS 171 (67.19% from 255) = 28.89%
BLUE value IS 240 (94.14% from 255) = 40.54%
R=30.57%
G=28.89%
B=40.54%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1811712400.250.2900.06248.769.780.59
HexB5ABF0191D06f94651
Octal265253360313506371106121
Binary101101011010101111110000110011110101101111100110001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5ABF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5ABF0; }

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

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

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

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

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

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

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

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