#B9A6FF

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

Shades of Melrose #B9A6FF

Tints of Melrose #B9A6FF

Color information

#B9A6FF (or 0xB9A6FF) is unknown color: approx Melrose. HEX triplet: B9, A6 and FF. RGB value is (185,166,255). Sum of RGB (Red+Green+Blue) = 185+166+255=606 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.53% from 606); Green value is 166 (65.23% from 255 or 27.39% from 606); Blue value is 255 (100% from 255 or 42.08% from 606); Max value from RGB is 255 - color contains mainly: blue. Hex color #B9A6FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9A6FF is #465900. Grayscale: #B5B5B5. Windows color (decimal): -4610305 or 16754361. OLE color: 16754361.

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

Color convert

RGB185166255-
CMYK0.270.3500
HSL252.81º100%82.55%-
HSV(B)252.81º34.9%100%-
XYZ51.6944.81100.53-
YUV181.83169.29130.26-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.53%
GREEN value IS 166 (65.23% from 255) = 27.39%
BLUE value IS 255 (100% from 255) = 42.08%
R=30.53%
G=27.39%
B=42.08%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1851662550.270.3500252.8110082.55
HexB9A6FF1B2300fd6453
Octal271246377334300375144123
Binary10111001101001101111111111011100011001111110111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A6FF; }

 p { color: rgb(185,166,255); }

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

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

 a { background-color: rgb(185,166,255); }

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

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

 span { border-color: rgb(185,166,255); }

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