#B6AAFE

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

Shades of Melrose #B6AAFE

Tints of Melrose #B6AAFE

Color information

#B6AAFE (or 0xB6AAFE) is unknown color: approx Melrose. HEX triplet: B6, AA and FE. RGB value is (182,170,254). Sum of RGB (Red+Green+Blue) = 182+170+254=606 (80% of max value = 765). Red value is 182 (71.48% from 255 or 30.03% from 606); Green value is 170 (66.80% from 255 or 28.05% from 606); Blue value is 254 (99.61% from 255 or 41.91% from 606); Max value from RGB is 254 - color contains mainly: blue. Hex color #B6AAFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B6AAFE is #495501. Grayscale: #B6B6B6. Windows color (decimal): -4805890 or 16689846. OLE color: 16689846.

HSL color Cylindrical-coordinate representation of color #B6AAFE: hue angle of 248.57º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B6AAFE is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB182170254-
CMYK0.280.3300.00
HSL248.57º97.67%83.14%-
HSV(B)248.57º33.07%99.61%-
XYZ51.5645.8599.9-
YUV183.16167.98127.17-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 30.03%
GREEN value IS 170 (66.80% from 255) = 28.05%
BLUE value IS 254 (99.61% from 255) = 41.91%
R=30.03%
G=28.05%
B=41.91%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1821702540.280.3300.00248.5797.6783.14
HexB6AAFE1C2100f96253
Octal266252376344100371142123
Binary10110110101010101111111011100100001001111100111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AAFE; }

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

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

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

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

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

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

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

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