#B5A4F8

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

Shades of Melrose #B5A4F8

Tints of Melrose #B5A4F8

Color information

#B5A4F8 (or 0xB5A4F8) is unknown color: approx Melrose. HEX triplet: B5, A4 and F8. RGB value is (181,164,248). Sum of RGB (Red+Green+Blue) = 181+164+248=593 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.52% from 593); Green value is 164 (64.45% from 255 or 27.66% from 593); Blue value is 248 (97.27% from 255 or 41.82% from 593); Max value from RGB is 248 - color contains mainly: blue. Hex color #B5A4F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5A4F8 is #4A5B07. Grayscale: #B2B2B2. Windows color (decimal): -4872968 or 16295093. OLE color: 16295093.

HSL color Cylindrical-coordinate representation of color #B5A4F8: hue angle of 252.14º degrees, saturation: 0.86, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B5A4F8 is Cyan = 0.27, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB181164248-
CMYK0.270.3400.03
HSL252.14º85.71%80.78%-
HSV(B)252.14º33.87%97.25%-
XYZ49.2743.1594.54-
YUV178.66167.13129.67-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.52%
GREEN value IS 164 (64.45% from 255) = 27.66%
BLUE value IS 248 (97.27% from 255) = 41.82%
R=30.52%
G=27.66%
B=41.82%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1811642480.270.3400.03252.1485.7180.78
HexB5A4F81B2203fc5651
Octal265244370334203374126121
Binary101101011010010011111000110111000100111111110010101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A4F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A4F8; }

 p { color: rgb(181,164,248); }

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

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

 a { background-color: rgb(181,164,248); }

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

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

 span { border-color: rgb(181,164,248); }

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