#B4ABEB

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

Shades of Melrose #B4ABEB

Tints of Melrose #B4ABEB

Color information

#B4ABEB (or 0xB4ABEB) is unknown color: approx Melrose. HEX triplet: B4, AB and EB. RGB value is (180,171,235). Sum of RGB (Red+Green+Blue) = 180+171+235=586 (77% of max value = 765). Red value is 180 (70.70% from 255 or 30.72% from 586); Green value is 171 (67.19% from 255 or 29.18% from 586); Blue value is 235 (92.19% from 255 or 40.10% from 586); Max value from RGB is 235 - color contains mainly: blue. Hex color #B4ABEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B4ABEB is #4B5414. Grayscale: #B4B4B4. Windows color (decimal): -4936725 or 15444916. OLE color: 15444916.

HSL color Cylindrical-coordinate representation of color #B4ABEB: hue angle of 248.44º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B4ABEB is Cyan = 0.23, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB180171235-
CMYK0.230.2700.08
HSL248.44º61.54%79.61%-
HSV(B)248.44º27.23%92.16%-
XYZ48.3844.8384.7-
YUV180.99158.48127.3-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.72%
GREEN value IS 171 (67.19% from 255) = 29.18%
BLUE value IS 235 (92.19% from 255) = 40.10%
R=30.72%
G=29.18%
B=40.10%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1801712350.230.2700.08248.4461.5479.61
HexB4ABEB171B08f83e50
Octal264253353273301037076120
Binary101101001010101111101011101111101101000111110001111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4ABEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4ABEB; }

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

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

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

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

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

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

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

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