#B4AAF8

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

Shades of Melrose #B4AAF8

Tints of Melrose #B4AAF8

Color information

#B4AAF8 (or 0xB4AAF8) is unknown color: approx Melrose. HEX triplet: B4, AA and F8. RGB value is (180,170,248). Sum of RGB (Red+Green+Blue) = 180+170+248=598 (79% of max value = 765). Red value is 180 (70.70% from 255 or 30.10% from 598); Green value is 170 (66.80% from 255 or 28.43% from 598); Blue value is 248 (97.27% from 255 or 41.47% from 598); Max value from RGB is 248 - color contains mainly: blue. Hex color #B4AAF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B4AAF8 is #4B5507. Grayscale: #B5B5B5. Windows color (decimal): -4936968 or 16296628. OLE color: 16296628.

HSL color Cylindrical-coordinate representation of color #B4AAF8: hue angle of 247.69º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B4AAF8 is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB180170248-
CMYK0.270.3100.03
HSL247.69º84.78%81.96%-
HSV(B)247.69º31.45%97.25%-
XYZ50.1445.2394.89-
YUV181.88165.31126.66-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.10%
GREEN value IS 170 (66.80% from 255) = 28.43%
BLUE value IS 248 (97.27% from 255) = 41.47%
R=30.10%
G=28.43%
B=41.47%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1801702480.270.3100.03247.6984.7881.96
HexB4AAF81B1F03f85552
Octal264252370333703370125122
Binary10110100101010101111100011011111110111111100010101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AAF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AAF8; }

 p { color: rgb(180,170,248); }

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

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

 a { background-color: rgb(180,170,248); }

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

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

 span { border-color: rgb(180,170,248); }

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