#B3AAF3

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

Shades of Melrose #B3AAF3

Tints of Melrose #B3AAF3

Color information

#B3AAF3 (or 0xB3AAF3) is unknown color: approx Melrose. HEX triplet: B3, AA and F3. RGB value is (179,170,243). Sum of RGB (Red+Green+Blue) = 179+170+243=592 (78% of max value = 765). Red value is 179 (70.31% from 255 or 30.24% from 592); Green value is 170 (66.80% from 255 or 28.72% from 592); Blue value is 243 (95.31% from 255 or 41.05% from 592); Max value from RGB is 243 - color contains mainly: blue. Hex color #B3AAF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B3AAF3 is #4C550C. Grayscale: #B4B4B4. Windows color (decimal): -5002509 or 15968947. OLE color: 15968947.

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

Color convert

RGB179170243-
CMYK0.260.3000.05
HSL247.4º75.26%80.98%-
HSV(B)247.4º30.04%95.29%-
XYZ49.1444.890.85-
YUV181.01162.98126.56-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.24%
GREEN value IS 170 (66.80% from 255) = 28.72%
BLUE value IS 243 (95.31% from 255) = 41.05%
R=30.24%
G=28.72%
B=41.05%

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
Decimal1791702430.260.3000.05247.475.2680.98
HexB3AAF31A1E05f74b51
Octal263252363323605367113121
Binary101100111010101011110011110101111001011111011110010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AAF3; }

 p { color: rgb(179,170,243); }

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

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

 a { background-color: rgb(179,170,243); }

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

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

 span { border-color: rgb(179,170,243); }

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