#B9AAF3

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

Shades of Melrose #B9AAF3

Tints of Melrose #B9AAF3

Color information

#B9AAF3 (or 0xB9AAF3) is unknown color: approx Melrose. HEX triplet: B9, AA and F3. RGB value is (185,170,243). Sum of RGB (Red+Green+Blue) = 185+170+243=598 (79% of max value = 765). Red value is 185 (72.66% from 255 or 30.94% from 598); Green value is 170 (66.80% from 255 or 28.43% from 598); Blue value is 243 (95.31% from 255 or 40.64% from 598); Max value from RGB is 243 - color contains mainly: blue. Hex color #B9AAF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9AAF3 is #46550C. Grayscale: #B6B6B6. Windows color (decimal): -4609293 or 15968953. OLE color: 15968953.

HSL color Cylindrical-coordinate representation of color #B9AAF3: hue angle of 252.33º 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 #B9AAF3 is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB185170243-
CMYK0.240.3000.05
HSL252.33º75.26%80.98%-
HSV(B)252.33º30.04%95.29%-
XYZ50.5645.5390.92-
YUV182.81161.97129.56-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.94%
GREEN value IS 170 (66.80% from 255) = 28.43%
BLUE value IS 243 (95.31% from 255) = 40.64%
R=30.94%
G=28.43%
B=40.64%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1851702430.240.3000.05252.3375.2680.98
HexB9AAF3181E05fc4b51
Octal271252363303605374113121
Binary101110011010101011110011110001111001011111110010010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AAF3; }

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

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

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

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

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

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

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

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