#B4AAEB

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

Shades of Melrose #B4AAEB

Tints of Melrose #B4AAEB

Color information

#B4AAEB (or 0xB4AAEB) is unknown color: approx Melrose. HEX triplet: B4, AA and EB. RGB value is (180,170,235). Sum of RGB (Red+Green+Blue) = 180+170+235=585 (77% of max value = 765). Red value is 180 (70.70% from 255 or 30.77% from 585); Green value is 170 (66.80% from 255 or 29.06% from 585); Blue value is 235 (92.19% from 255 or 40.17% from 585); Max value from RGB is 235 - color contains mainly: blue. Hex color #B4AAEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B4AAEB is #4B5514. Grayscale: #B4B4B4. Windows color (decimal): -4936981 or 15444660. OLE color: 15444660.

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

Color convert

RGB180170235-
CMYK0.230.2800.08
HSL249.23º61.9%79.41%-
HSV(B)249.23º27.66%92.16%-
XYZ48.1944.4584.64-
YUV180.4158.81127.71-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.77%
GREEN value IS 170 (66.80% from 255) = 29.06%
BLUE value IS 235 (92.19% from 255) = 40.17%
R=30.77%
G=29.06%
B=40.17%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1801702350.230.2800.08249.2361.979.41
HexB4AAEB171C08f93e4f
Octal264252353273401037176117
Binary101101001010101011101011101111110001000111110011111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AAEB; }

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

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

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

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

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

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

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

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