#B6AAF4

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

Shades of Melrose #B6AAF4

Tints of Melrose #B6AAF4

Color information

#B6AAF4 (or 0xB6AAF4) is unknown color: approx Melrose. HEX triplet: B6, AA and F4. RGB value is (182,170,244). Sum of RGB (Red+Green+Blue) = 182+170+244=596 (78% of max value = 765). Red value is 182 (71.48% from 255 or 30.54% from 596); Green value is 170 (66.80% from 255 or 28.52% from 596); Blue value is 244 (95.70% from 255 or 40.94% from 596); Max value from RGB is 244 - color contains mainly: blue. Hex color #B6AAF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B6AAF4 is #49550B. Grayscale: #B5B5B5. Windows color (decimal): -4805900 or 16034486. OLE color: 16034486.

HSL color Cylindrical-coordinate representation of color #B6AAF4: hue angle of 249.73º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B6AAF4 is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB182170244-
CMYK0.250.3000.04
HSL249.73º77.08%81.18%-
HSV(B)249.73º30.33%95.69%-
XYZ5045.2391.68-
YUV182.02162.98127.98-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 30.54%
GREEN value IS 170 (66.80% from 255) = 28.52%
BLUE value IS 244 (95.70% from 255) = 40.94%
R=30.54%
G=28.52%
B=40.94%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1821702440.250.3000.04249.7377.0881.18
HexB6AAF4191E04fa4d51
Octal266252364313604372115121
Binary101101101010101011110100110011111001001111101010011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AAF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AAF4; }

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

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

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

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

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

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

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

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