#B5A9F1

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

Shades of Melrose #B5A9F1

Tints of Melrose #B5A9F1

Color information

#B5A9F1 (or 0xB5A9F1) is unknown color: approx Melrose. HEX triplet: B5, A9 and F1. RGB value is (181,169,241). Sum of RGB (Red+Green+Blue) = 181+169+241=591 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.63% from 591); Green value is 169 (66.41% from 255 or 28.60% from 591); Blue value is 241 (94.53% from 255 or 40.78% from 591); Max value from RGB is 241 - color contains mainly: blue. Hex color #B5A9F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5A9F1 is #4A560E. Grayscale: #B4B4B4. Windows color (decimal): -4871695 or 15837621. OLE color: 15837621.

HSL color Cylindrical-coordinate representation of color #B5A9F1: hue angle of 250º degrees, saturation: 0.72, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B5A9F1 is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB181169241-
CMYK0.250.3000.05
HSL250º72%80.39%-
HSV(B)250º29.88%94.51%-
XYZ49.1244.5589.23-
YUV180.8161.98128.15-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.63%
GREEN value IS 169 (66.41% from 255) = 28.60%
BLUE value IS 241 (94.53% from 255) = 40.78%
R=30.63%
G=28.60%
B=40.78%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1811692410.250.3000.052507280.39
HexB5A9F1191E05fa4850
Octal265251361313605372110120
Binary101101011010100111110001110011111001011111101010010001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A9F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A9F1; }

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

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

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

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

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

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

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

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