#B9A3FE

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

Shades of Melrose #B9A3FE

Tints of Melrose #B9A3FE

Color information

#B9A3FE (or 0xB9A3FE) is unknown color: approx Melrose. HEX triplet: B9, A3 and FE. RGB value is (185,163,254). Sum of RGB (Red+Green+Blue) = 185+163+254=602 (79% of max value = 765). Red value is 185 (72.66% from 255 or 30.73% from 602); Green value is 163 (64.06% from 255 or 27.08% from 602); Blue value is 254 (99.61% from 255 or 42.19% from 602); Max value from RGB is 254 - color contains mainly: blue. Hex color #B9A3FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9A3FE is #465C01. Grayscale: #B3B3B3. Windows color (decimal): -4611074 or 16688057. OLE color: 16688057.

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

Color convert

RGB185163254-
CMYK0.270.3600.00
HSL254.51º97.85%81.76%-
HSV(B)254.51º35.83%99.61%-
XYZ50.9943.6699.51-
YUV179.95169.79131.6-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.73%
GREEN value IS 163 (64.06% from 255) = 27.08%
BLUE value IS 254 (99.61% from 255) = 42.19%
R=30.73%
G=27.08%
B=42.19%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1851632540.270.3600.00254.5197.8581.76
HexB9A3FE1B2400ff6252
Octal271243376334400377142122
Binary10111001101000111111111011011100100001111111111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A3FE; }

 p { color: rgb(185,163,254); }

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

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

 a { background-color: rgb(185,163,254); }

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

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

 span { border-color: rgb(185,163,254); }

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