#B9AEE5

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

Shades of Melrose #B9AEE5

Tints of Melrose #B9AEE5

Color information

#B9AEE5 (or 0xB9AEE5) is unknown color: approx Melrose. HEX triplet: B9, AE and E5. RGB value is (185,174,229). Sum of RGB (Red+Green+Blue) = 185+174+229=588 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.46% from 588); Green value is 174 (68.36% from 255 or 29.59% from 588); Blue value is 229 (89.84% from 255 or 38.95% from 588); Max value from RGB is 229 - color contains mainly: blue. Hex color #B9AEE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9AEE5 is #46511A. Grayscale: #B7B7B7. Windows color (decimal): -4608283 or 15052473. OLE color: 15052473.

HSL color Cylindrical-coordinate representation of color #B9AEE5: hue angle of 252º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B9AEE5 is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB185174229-
CMYK0.190.2400.10
HSL252º51.4%79.02%-
HSV(B)252º24.02%89.8%-
XYZ49.2946.2480.46-
YUV183.56153.64129.03-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.46%
GREEN value IS 174 (68.36% from 255) = 29.59%
BLUE value IS 229 (89.84% from 255) = 38.95%
R=31.46%
G=29.59%
B=38.95%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1851742290.190.2400.1025251.479.02
HexB9AEE513180Afc334f
Octal271256345233001237463117
Binary101110011010111011100101100111100001010111111001100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AEE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AEE5; }

 p { color: rgb(185,174,229); }

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

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

 a { background-color: rgb(185,174,229); }

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

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

 span { border-color: rgb(185,174,229); }

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