#B5ABF1

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

Shades of Melrose #B5ABF1

Tints of Melrose #B5ABF1

Color information

#B5ABF1 (or 0xB5ABF1) is unknown color: approx Melrose. HEX triplet: B5, AB and F1. RGB value is (181,171,241). Sum of RGB (Red+Green+Blue) = 181+171+241=593 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.52% from 593); Green value is 171 (67.19% from 255 or 28.84% from 593); Blue value is 241 (94.53% from 255 or 40.64% from 593); Max value from RGB is 241 - color contains mainly: blue. Hex color #B5ABF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5ABF1 is #4A540E. Grayscale: #B5B5B5. Windows color (decimal): -4871183 or 15838133. OLE color: 15838133.

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

Color convert

RGB181171241-
CMYK0.250.2900.05
HSL248.57º71.43%80.78%-
HSV(B)248.57º29.05%94.51%-
XYZ49.545.389.35-
YUV181.97161.31127.31-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.52%
GREEN value IS 171 (67.19% from 255) = 28.84%
BLUE value IS 241 (94.53% from 255) = 40.64%
R=30.52%
G=28.84%
B=40.64%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1811712410.250.2900.05248.5771.4380.78
HexB5ABF1191D05f94751
Octal265253361313505371107121
Binary101101011010101111110001110011110101011111100110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5ABF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5ABF1; }

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

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

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

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

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

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

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

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