#B3AAF4

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

Shades of Melrose #B3AAF4

Tints of Melrose #B3AAF4

Color information

#B3AAF4 (or 0xB3AAF4) is unknown color: approx Melrose. HEX triplet: B3, AA and F4. RGB value is (179,170,244). Sum of RGB (Red+Green+Blue) = 179+170+244=593 (78% of max value = 765). Red value is 179 (70.31% from 255 or 30.19% from 593); Green value is 170 (66.80% from 255 or 28.67% from 593); Blue value is 244 (95.70% from 255 or 41.15% from 593); Max value from RGB is 244 - color contains mainly: blue. Hex color #B3AAF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B3AAF4 is #4C550B. Grayscale: #B4B4B4. Windows color (decimal): -5002508 or 16034483. OLE color: 16034483.

HSL color Cylindrical-coordinate representation of color #B3AAF4: hue angle of 247.3º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B3AAF4 is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB179170244-
CMYK0.270.3000.04
HSL247.3º77.08%81.18%-
HSV(B)247.3º30.33%95.69%-
XYZ49.2944.8691.65-
YUV181.13163.48126.48-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.19%
GREEN value IS 170 (66.80% from 255) = 28.67%
BLUE value IS 244 (95.70% from 255) = 41.15%
R=30.19%
G=28.67%
B=41.15%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1791702440.270.3000.04247.377.0881.18
HexB3AAF41B1E04f74d51
Octal263252364333604367115121
Binary101100111010101011110100110111111001001111011110011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AAF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AAF4; }

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

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

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

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

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

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

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

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