#b6a4ee

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

Shades of Melrose #B6A4EE

Tints of Melrose #B6A4EE

Color information

#B6A4EE (or 0xB6A4EE) is unknown color: approx Melrose. HEX triplet: B6, A4 and EE. RGB value is (182,164,238). Sum of RGB (Red+Green+Blue) = 182+164+238=584 (77% of max value = 765). Red value is 182 (71.48% from 255 or 31.16% from 584); Green value is 164 (64.45% from 255 or 28.08% from 584); Blue value is 238 (93.36% from 255 or 40.75% from 584); Max value from RGB is 238 - color contains mainly: blue. Hex color #B6A4EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B6A4EE is #495B11. Grayscale: #B1B1B1. Windows color (decimal): -4807442 or 15639734. OLE color: 15639734.

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

Color convert

RGB182164238-
CMYK0.240.3100.07
HSL254.59º68.52%78.82%-
HSV(B)254.59º31.09%93.33%-
XYZ4842.6786.6-
YUV177.82161.96130.98-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.16%
GREEN value IS 164 (64.45% from 255) = 28.08%
BLUE value IS 238 (93.36% from 255) = 40.75%
R=31.16%
G=28.08%
B=40.75%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1821642380.240.3100.07254.5968.5278.82
HexB6A4EE181F07ff454f
Octal266244356303707377105117
Binary101101101010010011101110110001111101111111111110001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b6a4ee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b6a4ee; }

 p { color: rgb(182,164,238); }

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

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

 a { background-color: rgb(182,164,238); }

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

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

 span { border-color: rgb(182,164,238); }

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