#B4ABF4

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

Shades of Melrose #B4ABF4

Tints of Melrose #B4ABF4

Color information

#B4ABF4 (or 0xB4ABF4) is unknown color: approx Melrose. HEX triplet: B4, AB and F4. RGB value is (180,171,244). Sum of RGB (Red+Green+Blue) = 180+171+244=595 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.25% from 595); Green value is 171 (67.19% from 255 or 28.74% from 595); Blue value is 244 (95.70% from 255 or 41.01% from 595); Max value from RGB is 244 - color contains mainly: blue. Hex color #B4ABF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B4ABF4 is #4B540B. Grayscale: #B5B5B5. Windows color (decimal): -4936716 or 16034740. OLE color: 16034740.

HSL color Cylindrical-coordinate representation of color #B4ABF4: hue angle of 247.4º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B4ABF4 is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB180171244-
CMYK0.260.3000.04
HSL247.4º76.84%81.37%-
HSV(B)247.4º29.92%95.69%-
XYZ49.7145.3691.72-
YUV182.01162.98126.56-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.25%
GREEN value IS 171 (67.19% from 255) = 28.74%
BLUE value IS 244 (95.70% from 255) = 41.01%
R=30.25%
G=28.74%
B=41.01%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1801712440.260.3000.04247.476.8481.37
HexB4ABF41A1E04f74d51
Octal264253364323604367115121
Binary101101001010101111110100110101111001001111011110011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4ABF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4ABF4; }

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

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

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

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

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

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

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

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