#B9ABF3

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

Shades of Melrose #B9ABF3

Tints of Melrose #B9ABF3

Color information

#B9ABF3 (or 0xB9ABF3) is unknown color: approx Melrose. HEX triplet: B9, AB and F3. RGB value is (185,171,243). Sum of RGB (Red+Green+Blue) = 185+171+243=599 (79% of max value = 765). Red value is 185 (72.66% from 255 or 30.88% from 599); Green value is 171 (67.19% from 255 or 28.55% from 599); Blue value is 243 (95.31% from 255 or 40.57% from 599); Max value from RGB is 243 - color contains mainly: blue. Hex color #B9ABF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9ABF3 is #46540C. Grayscale: #B7B7B7. Windows color (decimal): -4609037 or 15969209. OLE color: 15969209.

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

Color convert

RGB185171243-
CMYK0.240.3000.05
HSL251.67º75%81.18%-
HSV(B)251.67º29.63%95.29%-
XYZ50.7545.9190.98-
YUV183.39161.64129.15-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.88%
GREEN value IS 171 (67.19% from 255) = 28.55%
BLUE value IS 243 (95.31% from 255) = 40.57%
R=30.88%
G=28.55%
B=40.57%

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
Decimal1851712430.240.3000.05251.677581.18
HexB9ABF3181E05fc4b51
Octal271253363303605374113121
Binary101110011010101111110011110001111001011111110010010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9ABF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9ABF3; }

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

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

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

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

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

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

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

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