#B5A9FE

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

Shades of Melrose #B5A9FE

Tints of Melrose #B5A9FE

Color information

#B5A9FE (or 0xB5A9FE) is unknown color: approx Melrose. HEX triplet: B5, A9 and FE. RGB value is (181,169,254). Sum of RGB (Red+Green+Blue) = 181+169+254=604 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.97% from 604); Green value is 169 (66.41% from 255 or 27.98% from 604); Blue value is 254 (99.61% from 255 or 42.05% from 604); Max value from RGB is 254 - color contains mainly: blue. Hex color #B5A9FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5A9FE is #4A5601. Grayscale: #B5B5B5. Windows color (decimal): -4871682 or 16689589. OLE color: 16689589.

HSL color Cylindrical-coordinate representation of color #B5A9FE: hue angle of 248.47º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B5A9FE is Cyan = 0.29, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB181169254-
CMYK0.290.3300.00
HSL248.47º97.7%82.94%-
HSV(B)248.47º33.46%99.61%-
XYZ51.1345.3699.83-
YUV182.28168.48127.09-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.97%
GREEN value IS 169 (66.41% from 255) = 27.98%
BLUE value IS 254 (99.61% from 255) = 42.05%
R=29.97%
G=27.98%
B=42.05%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1811692540.290.3300.00248.4797.782.94
HexB5A9FE1D2100f86253
Octal265251376354100370142123
Binary10110101101010011111111011101100001001111100011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A9FE; }

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

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

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

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

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

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

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

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