#B5A9E9

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

Shades of Melrose #B5A9E9

Tints of Melrose #B5A9E9

Color information

#B5A9E9 (or 0xB5A9E9) is unknown color: approx Melrose. HEX triplet: B5, A9 and E9. RGB value is (181,169,233). Sum of RGB (Red+Green+Blue) = 181+169+233=583 (77% of max value = 765). Red value is 181 (71.09% from 255 or 31.05% from 583); Green value is 169 (66.41% from 255 or 28.99% from 583); Blue value is 233 (91.41% from 255 or 39.97% from 583); Max value from RGB is 233 - color contains mainly: blue. Hex color #B5A9E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5A9E9 is #4A5616. Grayscale: #B3B3B3. Windows color (decimal): -4871703 or 15313333. OLE color: 15313333.

HSL color Cylindrical-coordinate representation of color #B5A9E9: hue angle of 251.25º degrees, saturation: 0.59, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B5A9E9 is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB181169233-
CMYK0.220.2700.09
HSL251.25º59.26%78.82%-
HSV(B)251.25º27.47%91.37%-
XYZ47.9544.0883.07-
YUV179.88157.98128.8-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.05%
GREEN value IS 169 (66.41% from 255) = 28.99%
BLUE value IS 233 (91.41% from 255) = 39.97%
R=31.05%
G=28.99%
B=39.97%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1811692330.220.2700.09251.2559.2678.82
HexB5A9E9161B09fb3b4f
Octal265251351263301137373117
Binary101101011010100111101001101101101101001111110111110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A9E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A9E9; }

 p { color: rgb(181,169,233); }

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

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

 a { background-color: rgb(181,169,233); }

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

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

 span { border-color: rgb(181,169,233); }

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