#B5A9FB

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

Shades of Melrose #B5A9FB

Tints of Melrose #B5A9FB

Color information

#B5A9FB (or 0xB5A9FB) is unknown color: approx Melrose. HEX triplet: B5, A9 and FB. RGB value is (181,169,251). Sum of RGB (Red+Green+Blue) = 181+169+251=601 (79% of max value = 765). Red value is 181 (71.09% from 255 or 30.12% from 601); Green value is 169 (66.41% from 255 or 28.12% from 601); Blue value is 251 (98.44% from 255 or 41.76% from 601); Max value from RGB is 251 - color contains mainly: blue. Hex color #B5A9FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5A9FB is #4A5604. Grayscale: #B5B5B5. Windows color (decimal): -4871685 or 16492981. OLE color: 16492981.

HSL color Cylindrical-coordinate representation of color #B5A9FB: hue angle of 248.78º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B5A9FB is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB181169251-
CMYK0.280.3300.02
HSL248.78º91.11%82.35%-
HSV(B)248.78º32.67%98.43%-
XYZ50.6645.1697.31-
YUV181.94166.98127.33-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.12%
GREEN value IS 169 (66.41% from 255) = 28.12%
BLUE value IS 251 (98.44% from 255) = 41.76%
R=30.12%
G=28.12%
B=41.76%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1811692510.280.3300.02248.7891.1182.35
HexB5A9FB1C2102f95b52
Octal265251373344102371133122
Binary101101011010100111111011111001000010101111100110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A9FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A9FB; }

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

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

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

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

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

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

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

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