#B9A7FF

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

Shades of Melrose #B9A7FF

Tints of Melrose #B9A7FF

Color information

#B9A7FF (or 0xB9A7FF) is unknown color: approx Melrose. HEX triplet: B9, A7 and FF. RGB value is (185,167,255). Sum of RGB (Red+Green+Blue) = 185+167+255=607 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.48% from 607); Green value is 167 (65.62% from 255 or 27.51% from 607); Blue value is 255 (100% from 255 or 42.01% from 607); Max value from RGB is 255 - color contains mainly: blue. Hex color #B9A7FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9A7FF is #465800. Grayscale: #B6B6B6. Windows color (decimal): -4610049 or 16754617. OLE color: 16754617.

HSL color Cylindrical-coordinate representation of color #B9A7FF: hue angle of 252.27º 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 #B9A7FF is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB185167255-
CMYK0.270.3500
HSL252.27º100%82.75%-
HSV(B)252.27º34.51%100%-
XYZ51.8845.17100.59-
YUV182.41168.96129.84-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.48%
GREEN value IS 167 (65.62% from 255) = 27.51%
BLUE value IS 255 (100% from 255) = 42.01%
R=30.48%
G=27.51%
B=42.01%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1851672550.270.3500252.2710082.75
HexB9A7FF1B2300fc6453
Octal271247377334300374144123
Binary10111001101001111111111111011100011001111110011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A7FF; }

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

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

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

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

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

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

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

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