#B4ABF2

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

Shades of Melrose #B4ABF2

Tints of Melrose #B4ABF2

Color information

#B4ABF2 (or 0xB4ABF2) is unknown color: approx Melrose. HEX triplet: B4, AB and F2. RGB value is (180,171,242). Sum of RGB (Red+Green+Blue) = 180+171+242=593 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.35% from 593); Green value is 171 (67.19% from 255 or 28.84% from 593); Blue value is 242 (94.92% from 255 or 40.81% from 593); Max value from RGB is 242 - color contains mainly: blue. Hex color #B4ABF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B4ABF2 is #4B540D. Grayscale: #B5B5B5. Windows color (decimal): -4936718 or 15903668. OLE color: 15903668.

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

Color convert

RGB180171242-
CMYK0.260.2900.05
HSL247.61º73.2%80.98%-
HSV(B)247.61º29.34%94.9%-
XYZ49.4145.2490.13-
YUV181.78161.98126.73-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.35%
GREEN value IS 171 (67.19% from 255) = 28.84%
BLUE value IS 242 (94.92% from 255) = 40.81%
R=30.35%
G=28.84%
B=40.81%

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
Decimal1801712420.260.2900.05247.6173.280.98
HexB4ABF21A1D05f84951
Octal264253362323505370111121
Binary101101001010101111110010110101110101011111100010010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4ABF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4ABF2; }

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

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

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

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

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

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

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

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