#B6AAE3

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

Shades of Melrose #B6AAE3

Tints of Melrose #B6AAE3

Color information

#B6AAE3 (or 0xB6AAE3) is unknown color: approx Melrose. HEX triplet: B6, AA and E3. RGB value is (182,170,227). Sum of RGB (Red+Green+Blue) = 182+170+227=579 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.43% from 579); Green value is 170 (66.80% from 255 or 29.36% from 579); Blue value is 227 (89.06% from 255 or 39.21% from 579); Max value from RGB is 227 - color contains mainly: blue. Hex color #B6AAE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6AAE3 is #49551C. Grayscale: #B3B3B3. Windows color (decimal): -4805917 or 14920374. OLE color: 14920374.

HSL color Cylindrical-coordinate representation of color #B6AAE3: hue angle of 252.63º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B6AAE3 is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB182170227-
CMYK0.200.2500.11
HSL252.63º50.44%77.84%-
HSV(B)252.63º25.11%89.02%-
XYZ47.5344.2478.71-
YUV180.09154.48129.37-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.43%
GREEN value IS 170 (66.80% from 255) = 29.36%
BLUE value IS 227 (89.06% from 255) = 39.21%
R=31.43%
G=29.36%
B=39.21%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1821702270.200.2500.11252.6350.4477.84
HexB6AAE314190Bfd324e
Octal266252343243101337562116
Binary101101101010101011100011101001100101011111111011100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AAE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AAE3; }

 p { color: rgb(182,170,227); }

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

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

 a { background-color: rgb(182,170,227); }

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

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

 span { border-color: rgb(182,170,227); }

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