#B6A0F9

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

Shades of Melrose #B6A0F9

Tints of Melrose #B6A0F9

Color information

#B6A0F9 (or 0xB6A0F9) is unknown color: approx Melrose. HEX triplet: B6, A0 and F9. RGB value is (182,160,249). Sum of RGB (Red+Green+Blue) = 182+160+249=591 (78% of max value = 765). Red value is 182 (71.48% from 255 or 30.80% from 591); Green value is 160 (62.89% from 255 or 27.07% from 591); Blue value is 249 (97.66% from 255 or 42.13% from 591); Max value from RGB is 249 - color contains mainly: blue. Hex color #B6A0F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B6A0F9 is #495F06. Grayscale: #B0B0B0. Windows color (decimal): -4808455 or 16359606. OLE color: 16359606.

HSL color Cylindrical-coordinate representation of color #B6A0F9: hue angle of 254.83º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B6A0F9 is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB182160249-
CMYK0.270.3600.02
HSL254.83º88.12%80.2%-
HSV(B)254.83º35.74%97.65%-
XYZ48.9641.9395.13-
YUV176.72168.79131.76-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 30.80%
GREEN value IS 160 (62.89% from 255) = 27.07%
BLUE value IS 249 (97.66% from 255) = 42.13%
R=30.80%
G=27.07%
B=42.13%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1821602490.270.3600.02254.8388.1280.2
HexB6A0F91B2402ff5850
Octal266240371334402377130120
Binary101101101010000011111001110111001000101111111110110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A0F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A0F9; }

 p { color: rgb(182,160,249); }

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

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

 a { background-color: rgb(182,160,249); }

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

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

 span { border-color: rgb(182,160,249); }

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