#B3ABF1

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

Shades of Melrose #B3ABF1

Tints of Melrose #B3ABF1

Color information

#B3ABF1 (or 0xB3ABF1) is unknown color: approx Melrose. HEX triplet: B3, AB and F1. RGB value is (179,171,241). Sum of RGB (Red+Green+Blue) = 179+171+241=591 (78% of max value = 765). Red value is 179 (70.31% from 255 or 30.29% from 591); Green value is 171 (67.19% from 255 or 28.93% from 591); Blue value is 241 (94.53% from 255 or 40.78% from 591); Max value from RGB is 241 - color contains mainly: blue. Hex color #B3ABF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B3ABF1 is #4C540E. Grayscale: #B5B5B5. Windows color (decimal): -5002255 or 15838131. OLE color: 15838131.

HSL color Cylindrical-coordinate representation of color #B3ABF1: hue angle of 246.86º 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 #B3ABF1 is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB179171241-
CMYK0.260.2900.05
HSL246.86º71.43%80.78%-
HSV(B)246.86º29.05%94.51%-
XYZ49.0345.0689.33-
YUV181.37161.65126.31-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.29%
GREEN value IS 171 (67.19% from 255) = 28.93%
BLUE value IS 241 (94.53% from 255) = 40.78%
R=30.29%
G=28.93%
B=40.78%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1791712410.260.2900.05246.8671.4380.78
HexB3ABF11A1D05f74751
Octal263253361323505367107121
Binary101100111010101111110001110101110101011111011110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3ABF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3ABF1; }

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

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

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

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

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

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

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

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