#B9AAFA

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

Shades of Melrose #B9AAFA

Tints of Melrose #B9AAFA

Color information

#B9AAFA (or 0xB9AAFA) is unknown color: approx Melrose. HEX triplet: B9, AA and FA. RGB value is (185,170,250). Sum of RGB (Red+Green+Blue) = 185+170+250=605 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.58% from 605); Green value is 170 (66.80% from 255 or 28.10% from 605); Blue value is 250 (98.05% from 255 or 41.32% from 605); Max value from RGB is 250 - color contains mainly: blue. Hex color #B9AAFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9AAFA is #465505. Grayscale: #B7B7B7. Windows color (decimal): -4609286 or 16427705. OLE color: 16427705.

HSL color Cylindrical-coordinate representation of color #B9AAFA: hue angle of 251.25º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B9AAFA is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB185170250-
CMYK0.260.3200.02
HSL251.25º88.89%82.35%-
HSV(B)251.25º32%98.04%-
XYZ51.6445.9796.59-
YUV183.6165.47129-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.58%
GREEN value IS 170 (66.80% from 255) = 28.10%
BLUE value IS 250 (98.05% from 255) = 41.32%
R=30.58%
G=28.10%
B=41.32%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1851702500.260.3200.02251.2588.8982.35
HexB9AAFA1A2002fb5952
Octal271252372324002373131122
Binary101110011010101011111010110101000000101111101110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AAFA; }

 p { color: rgb(185,170,250); }

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

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

 a { background-color: rgb(185,170,250); }

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

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

 span { border-color: rgb(185,170,250); }

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