#B6A6EA

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

Shades of Melrose #B6A6EA

Tints of Melrose #B6A6EA

Color information

#B6A6EA (or 0xB6A6EA) is unknown color: approx Melrose. HEX triplet: B6, A6 and EA. RGB value is (182,166,234). Sum of RGB (Red+Green+Blue) = 182+166+234=582 (77% of max value = 765). Red value is 182 (71.48% from 255 or 31.27% from 582); Green value is 166 (65.23% from 255 or 28.52% from 582); Blue value is 234 (91.80% from 255 or 40.21% from 582); Max value from RGB is 234 - color contains mainly: blue. Hex color #B6A6EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B6A6EA is #495915. Grayscale: #B2B2B2. Windows color (decimal): -4806934 or 15378102. OLE color: 15378102.

HSL color Cylindrical-coordinate representation of color #B6A6EA: hue angle of 254.12º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B6A6EA is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB182166234-
CMYK0.220.2900.08
HSL254.12º61.82%78.43%-
HSV(B)254.12º29.06%91.76%-
XYZ47.7843.1683.65-
YUV178.54159.3130.47-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.27%
GREEN value IS 166 (65.23% from 255) = 28.52%
BLUE value IS 234 (91.80% from 255) = 40.21%
R=31.27%
G=28.52%
B=40.21%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1821662340.220.2900.08254.1261.8278.43
HexB6A6EA161D08fe3e4e
Octal266246352263501037676116
Binary101101101010011011101010101101110101000111111101111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A6EA; }

 p { color: rgb(182,166,234); }

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

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

 a { background-color: rgb(182,166,234); }

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

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

 span { border-color: rgb(182,166,234); }

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