#B3A9F1

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

Shades of Melrose #B3A9F1

Tints of Melrose #B3A9F1

Color information

#B3A9F1 (or 0xB3A9F1) is unknown color: approx Melrose. HEX triplet: B3, A9 and F1. RGB value is (179,169,241). Sum of RGB (Red+Green+Blue) = 179+169+241=589 (78% of max value = 765). Red value is 179 (70.31% from 255 or 30.39% from 589); Green value is 169 (66.41% from 255 or 28.69% from 589); Blue value is 241 (94.53% from 255 or 40.92% from 589); Max value from RGB is 241 - color contains mainly: blue. Hex color #B3A9F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B3A9F1 is #4C560E. Grayscale: #B3B3B3. Windows color (decimal): -5002767 or 15837619. OLE color: 15837619.

HSL color Cylindrical-coordinate representation of color #B3A9F1: hue angle of 248.33º degrees, saturation: 0.72, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B3A9F1 is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB179169241-
CMYK0.260.3000.05
HSL248.33º72%80.39%-
HSV(B)248.33º29.88%94.51%-
XYZ48.6644.3189.21-
YUV180.2162.31127.15-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.39%
GREEN value IS 169 (66.41% from 255) = 28.69%
BLUE value IS 241 (94.53% from 255) = 40.92%
R=30.39%
G=28.69%
B=40.92%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1791692410.260.3000.05248.337280.39
HexB3A9F11A1E05f84850
Octal263251361323605370110120
Binary101100111010100111110001110101111001011111100010010001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A9F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A9F1; }

 p { color: rgb(179,169,241); }

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

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

 a { background-color: rgb(179,169,241); }

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

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

 span { border-color: rgb(179,169,241); }

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