#B3A9DF

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

Shades of Melrose #B3A9DF

Tints of Melrose #B3A9DF

Color information

#B3A9DF (or 0xB3A9DF) is unknown color: approx Melrose. HEX triplet: B3, A9 and DF. RGB value is (179,169,223). Sum of RGB (Red+Green+Blue) = 179+169+223=571 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.35% from 571); Green value is 169 (66.41% from 255 or 29.60% from 571); Blue value is 223 (87.5% from 255 or 39.05% from 571); Max value from RGB is 223 - color contains mainly: blue. Hex color #B3A9DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3A9DF is #4C5620. Grayscale: #B1B1B1. Windows color (decimal): -5002785 or 14657971. OLE color: 14657971.

HSL color Cylindrical-coordinate representation of color #B3A9DF: hue angle of 251.11º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B3A9DF is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB179169223-
CMYK0.200.2400.13
HSL251.11º45.76%76.86%-
HSV(B)251.11º24.22%87.45%-
XYZ46.143.2975.74-
YUV178.15153.31128.61-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.35%
GREEN value IS 169 (66.41% from 255) = 29.60%
BLUE value IS 223 (87.5% from 255) = 39.05%
R=31.35%
G=29.60%
B=39.05%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1791692230.200.2400.13251.1145.7676.86
HexB3A9DF14180Dfb2e4d
Octal263251337243001537356115
Binary101100111010100111011111101001100001101111110111011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A9DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A9DF; }

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

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

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

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

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

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

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

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