#B4ABEA

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

Shades of Melrose #B4ABEA

Tints of Melrose #B4ABEA

Color information

#B4ABEA (or 0xB4ABEA) is unknown color: approx Melrose. HEX triplet: B4, AB and EA. RGB value is (180,171,234). Sum of RGB (Red+Green+Blue) = 180+171+234=585 (77% of max value = 765). Red value is 180 (70.70% from 255 or 30.77% from 585); Green value is 171 (67.19% from 255 or 29.23% from 585); Blue value is 234 (91.80% from 255 or 40% from 585); Max value from RGB is 234 - color contains mainly: blue. Hex color #B4ABEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B4ABEA is #4B5415. Grayscale: #B4B4B4. Windows color (decimal): -4936726 or 15379380. OLE color: 15379380.

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

Color convert

RGB180171234-
CMYK0.230.2700.08
HSL248.57º60%79.41%-
HSV(B)248.57º26.92%91.76%-
XYZ48.2444.7783.94-
YUV180.87157.98127.38-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.77%
GREEN value IS 171 (67.19% from 255) = 29.23%
BLUE value IS 234 (91.80% from 255) = 40%
R=30.77%
G=29.23%
B=40%

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
Decimal1801712340.230.2700.08248.576079.41
HexB4ABEA171B08f93c4f
Octal264253352273301037174117
Binary101101001010101111101010101111101101000111110011111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4ABEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4ABEA; }

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

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

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

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

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

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

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

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