#B5A6EC

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

Shades of Melrose #B5A6EC

Tints of Melrose #B5A6EC

Color information

#B5A6EC (or 0xB5A6EC) is unknown color: approx Melrose. HEX triplet: B5, A6 and EC. RGB value is (181,166,236). Sum of RGB (Red+Green+Blue) = 181+166+236=583 (77% of max value = 765). Red value is 181 (71.09% from 255 or 31.05% from 583); Green value is 166 (65.23% from 255 or 28.47% from 583); Blue value is 236 (92.58% from 255 or 40.48% from 583); Max value from RGB is 236 - color contains mainly: blue. Hex color #B5A6EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5A6EC is #4A5913. Grayscale: #B2B2B2. Windows color (decimal): -4872468 or 15509173. OLE color: 15509173.

HSL color Cylindrical-coordinate representation of color #B5A6EC: hue angle of 252.86º degrees, saturation: 0.65, 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 #B5A6EC is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB181166236-
CMYK0.230.3000.07
HSL252.86º64.81%78.82%-
HSV(B)252.86º29.66%92.55%-
XYZ47.8343.1585.17-
YUV178.46160.47129.81-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.05%
GREEN value IS 166 (65.23% from 255) = 28.47%
BLUE value IS 236 (92.58% from 255) = 40.48%
R=31.05%
G=28.47%
B=40.48%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1811662360.230.3000.07252.8664.8178.82
HexB5A6EC171E07fd414f
Octal265246354273607375101117
Binary101101011010011011101100101111111001111111110110000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A6EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A6EC; }

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

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

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

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

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

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

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

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