#B9AAE4

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

Shades of Melrose #B9AAE4

Tints of Melrose #B9AAE4

Color information

#B9AAE4 (or 0xB9AAE4) is unknown color: approx Melrose. HEX triplet: B9, AA and E4. RGB value is (185,170,228). Sum of RGB (Red+Green+Blue) = 185+170+228=583 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.73% from 583); Green value is 170 (66.80% from 255 or 29.16% from 583); Blue value is 228 (89.45% from 255 or 39.11% from 583); Max value from RGB is 228 - color contains mainly: blue. Hex color #B9AAE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9AAE4 is #46551B. Grayscale: #B4B4B4. Windows color (decimal): -4609308 or 14985913. OLE color: 14985913.

HSL color Cylindrical-coordinate representation of color #B9AAE4: hue angle of 255.52º degrees, saturation: 0.52, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B9AAE4 is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB185170228-
CMYK0.190.2500.11
HSL255.52º51.79%78.04%-
HSV(B)255.52º25.44%89.41%-
XYZ48.3944.6779.47-
YUV181.1154.47130.78-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.73%
GREEN value IS 170 (66.80% from 255) = 29.16%
BLUE value IS 228 (89.45% from 255) = 39.11%
R=31.73%
G=29.16%
B=39.11%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1851702280.190.2500.11255.5251.7978.04
HexB9AAE413190B100344e
Octal271252344233101340064116
Binary1011100110101010111001001001111001010111000000001101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AAE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AAE4; }

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

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

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

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

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

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

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

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