#B4ABF5

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

Shades of Melrose #B4ABF5

Tints of Melrose #B4ABF5

Color information

#B4ABF5 (or 0xB4ABF5) is unknown color: approx Melrose. HEX triplet: B4, AB and F5. RGB value is (180,171,245). Sum of RGB (Red+Green+Blue) = 180+171+245=596 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.20% from 596); Green value is 171 (67.19% from 255 or 28.69% from 596); Blue value is 245 (96.09% from 255 or 41.11% from 596); Max value from RGB is 245 - color contains mainly: blue. Hex color #B4ABF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B4ABF5 is #4B540A. Grayscale: #B5B5B5. Windows color (decimal): -4936715 or 16100276. OLE color: 16100276.

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

Color convert

RGB180171245-
CMYK0.270.3000.04
HSL247.3º78.72%81.57%-
HSV(B)247.3º30.2%96.08%-
XYZ49.8745.4292.53-
YUV182.13163.48126.48-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.20%
GREEN value IS 171 (67.19% from 255) = 28.69%
BLUE value IS 245 (96.09% from 255) = 41.11%
R=30.20%
G=28.69%
B=41.11%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1801712450.270.3000.04247.378.7281.57
HexB4ABF51B1E04f74f52
Octal264253365333604367117122
Binary101101001010101111110101110111111001001111011110011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4ABF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4ABF5; }

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

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

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

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

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

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

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

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