#B6AAF8

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

Shades of Melrose #B6AAF8

Tints of Melrose #B6AAF8

Color information

#B6AAF8 (or 0xB6AAF8) is unknown color: approx Melrose. HEX triplet: B6, AA and F8. RGB value is (182,170,248). Sum of RGB (Red+Green+Blue) = 182+170+248=600 (79% of max value = 765). Red value is 182 (71.48% from 255 or 30.33% from 600); Green value is 170 (66.80% from 255 or 28.33% from 600); Blue value is 248 (97.27% from 255 or 41.33% from 600); Max value from RGB is 248 - color contains mainly: blue. Hex color #B6AAF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B6AAF8 is #495507. Grayscale: #B6B6B6. Windows color (decimal): -4805896 or 16296630. OLE color: 16296630.

HSL color Cylindrical-coordinate representation of color #B6AAF8: hue angle of 249.23º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B6AAF8 is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB182170248-
CMYK0.270.3100.03
HSL249.23º84.78%81.96%-
HSV(B)249.23º31.45%97.25%-
XYZ50.6145.4794.92-
YUV182.48164.98127.66-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 30.33%
GREEN value IS 170 (66.80% from 255) = 28.33%
BLUE value IS 248 (97.27% from 255) = 41.33%
R=30.33%
G=28.33%
B=41.33%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1821702480.270.3100.03249.2384.7881.96
HexB6AAF81B1F03f95552
Octal266252370333703371125122
Binary10110110101010101111100011011111110111111100110101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AAF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AAF8; }

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

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

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

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

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

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

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

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