#B4ABF1

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

Shades of Melrose #B4ABF1

Tints of Melrose #B4ABF1

Color information

#B4ABF1 (or 0xB4ABF1) is unknown color: approx Melrose. HEX triplet: B4, AB and F1. RGB value is (180,171,241). Sum of RGB (Red+Green+Blue) = 180+171+241=592 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.41% from 592); Green value is 171 (67.19% from 255 or 28.89% from 592); Blue value is 241 (94.53% from 255 or 40.71% from 592); Max value from RGB is 241 - color contains mainly: blue. Hex color #B4ABF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B4ABF1 is #4B540E. Grayscale: #B5B5B5. Windows color (decimal): -4936719 or 15838132. OLE color: 15838132.

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

Color convert

RGB180171241-
CMYK0.250.2900.05
HSL247.71º71.43%80.78%-
HSV(B)247.71º29.05%94.51%-
XYZ49.2645.1889.34-
YUV181.67161.48126.81-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.41%
GREEN value IS 171 (67.19% from 255) = 28.89%
BLUE value IS 241 (94.53% from 255) = 40.71%
R=30.41%
G=28.89%
B=40.71%

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
Decimal1801712410.250.2900.05247.7171.4380.78
HexB4ABF1191D05f84751
Octal264253361313505370107121
Binary101101001010101111110001110011110101011111100010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4ABF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4ABF1; }

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

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

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

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

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

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

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

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