#B6AAEE

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

Shades of Melrose #B6AAEE

Tints of Melrose #B6AAEE

Color information

#B6AAEE (or 0xB6AAEE) is unknown color: approx Melrose. HEX triplet: B6, AA and EE. RGB value is (182,170,238). Sum of RGB (Red+Green+Blue) = 182+170+238=590 (78% of max value = 765). Red value is 182 (71.48% from 255 or 30.85% from 590); Green value is 170 (66.80% from 255 or 28.81% from 590); Blue value is 238 (93.36% from 255 or 40.34% from 590); Max value from RGB is 238 - color contains mainly: blue. Hex color #B6AAEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B6AAEE is #495511. Grayscale: #B5B5B5. Windows color (decimal): -4805906 or 15641270. OLE color: 15641270.

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

Color convert

RGB182170238-
CMYK0.240.2900.07
HSL250.59º66.67%80%-
HSV(B)250.59º28.57%93.33%-
XYZ49.144.8786.96-
YUV181.34159.98128.47-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 30.85%
GREEN value IS 170 (66.80% from 255) = 28.81%
BLUE value IS 238 (93.36% from 255) = 40.34%
R=30.85%
G=28.81%
B=40.34%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1821702380.240.2900.07250.5966.6780
HexB6AAEE181D07fb4350
Octal266252356303507373103120
Binary101101101010101011101110110001110101111111101110000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AAEE; }

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

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

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

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

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

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

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

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