#B4AAEE

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

Shades of Melrose #B4AAEE

Tints of Melrose #B4AAEE

Color information

#B4AAEE (or 0xB4AAEE) is unknown color: approx Melrose. HEX triplet: B4, AA and EE. RGB value is (180,170,238). Sum of RGB (Red+Green+Blue) = 180+170+238=588 (77% of max value = 765). Red value is 180 (70.70% from 255 or 30.61% from 588); Green value is 170 (66.80% from 255 or 28.91% from 588); Blue value is 238 (93.36% from 255 or 40.48% from 588); Max value from RGB is 238 - color contains mainly: blue. Hex color #B4AAEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B4AAEE is #4B5511. Grayscale: #B4B4B4. Windows color (decimal): -4936978 or 15641268. OLE color: 15641268.

HSL color Cylindrical-coordinate representation of color #B4AAEE: hue angle of 248.82º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B4AAEE is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB180170238-
CMYK0.240.2900.07
HSL248.82º66.67%80%-
HSV(B)248.82º28.57%93.33%-
XYZ48.6344.6386.94-
YUV180.74160.31127.47-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.61%
GREEN value IS 170 (66.80% from 255) = 28.91%
BLUE value IS 238 (93.36% from 255) = 40.48%
R=30.61%
G=28.91%
B=40.48%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1801702380.240.2900.07248.8266.6780
HexB4AAEE181D07f94350
Octal264252356303507371103120
Binary101101001010101011101110110001110101111111100110000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AAEE; }

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

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

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

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

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

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

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

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