#B9AAEE

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

Shades of Melrose #B9AAEE

Tints of Melrose #B9AAEE

Color information

#B9AAEE (or 0xB9AAEE) is unknown color: approx Melrose. HEX triplet: B9, AA and EE. RGB value is (185,170,238). Sum of RGB (Red+Green+Blue) = 185+170+238=593 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.20% from 593); Green value is 170 (66.80% from 255 or 28.67% from 593); Blue value is 238 (93.36% from 255 or 40.13% from 593); Max value from RGB is 238 - color contains mainly: blue. Hex color #B9AAEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9AAEE is #465511. Grayscale: #B5B5B5. Windows color (decimal): -4609298 or 15641273. OLE color: 15641273.

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

Color convert

RGB185170238-
CMYK0.220.2900.07
HSL253.24º66.67%80%-
HSV(B)253.24º28.57%93.33%-
XYZ49.8145.2486.99-
YUV182.24159.47129.97-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.20%
GREEN value IS 170 (66.80% from 255) = 28.67%
BLUE value IS 238 (93.36% from 255) = 40.13%
R=31.20%
G=28.67%
B=40.13%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1851702380.220.2900.07253.2466.6780
HexB9AAEE161D07fd4350
Octal271252356263507375103120
Binary101110011010101011101110101101110101111111110110000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AAEE; }

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

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

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

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

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

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

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

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