#B5A6ED

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

Shades of Melrose #B5A6ED

Tints of Melrose #B5A6ED

Color information

#B5A6ED (or 0xB5A6ED) is unknown color: approx Melrose. HEX triplet: B5, A6 and ED. RGB value is (181,166,237). Sum of RGB (Red+Green+Blue) = 181+166+237=584 (77% of max value = 765). Red value is 181 (71.09% from 255 or 30.99% from 584); Green value is 166 (65.23% from 255 or 28.42% from 584); Blue value is 237 (92.97% from 255 or 40.58% from 584); Max value from RGB is 237 - color contains mainly: blue. Hex color #B5A6ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5A6ED is #4A5912. Grayscale: #B2B2B2. Windows color (decimal): -4872467 or 15574709. OLE color: 15574709.

HSL color Cylindrical-coordinate representation of color #B5A6ED: hue angle of 252.68º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B5A6ED is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB181166237-
CMYK0.240.3000.07
HSL252.68º66.36%79.02%-
HSV(B)252.68º29.96%92.94%-
XYZ47.9843.2185.93-
YUV178.58160.97129.73-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.99%
GREEN value IS 166 (65.23% from 255) = 28.42%
BLUE value IS 237 (92.97% from 255) = 40.58%
R=30.99%
G=28.42%
B=40.58%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1811662370.240.3000.07252.6866.3679.02
HexB5A6ED181E07fd424f
Octal265246355303607375102117
Binary101101011010011011101101110001111001111111110110000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A6ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A6ED; }

 p { color: rgb(181,166,237); }

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

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

 a { background-color: rgb(181,166,237); }

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

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

 span { border-color: rgb(181,166,237); }

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