#B5AAEE

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

Shades of Melrose #B5AAEE

Tints of Melrose #B5AAEE

Color information

#B5AAEE (or 0xB5AAEE) is unknown color: approx Melrose. HEX triplet: B5, AA and EE. RGB value is (181,170,238). Sum of RGB (Red+Green+Blue) = 181+170+238=589 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.73% from 589); Green value is 170 (66.80% from 255 or 28.86% from 589); Blue value is 238 (93.36% from 255 or 40.41% from 589); Max value from RGB is 238 - color contains mainly: blue. Hex color #B5AAEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5AAEE is #4A5511. Grayscale: #B4B4B4. Windows color (decimal): -4871442 or 15641269. OLE color: 15641269.

HSL color Cylindrical-coordinate representation of color #B5AAEE: hue angle of 249.71º 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 #B5AAEE is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB181170238-
CMYK0.240.2900.07
HSL249.71º66.67%80%-
HSV(B)249.71º28.57%93.33%-
XYZ48.8644.7586.95-
YUV181.04160.14127.97-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.73%
GREEN value IS 170 (66.80% from 255) = 28.86%
BLUE value IS 238 (93.36% from 255) = 40.41%
R=30.73%
G=28.86%
B=40.41%

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
Decimal1811702380.240.2900.07249.7166.6780
HexB5AAEE181D07fa4350
Octal265252356303507372103120
Binary101101011010101011101110110001110101111111101010000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AAEE; }

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

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

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

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

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

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

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

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