#B9ABFB

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

Shades of Melrose #B9ABFB

Tints of Melrose #B9ABFB

Color information

#B9ABFB (or 0xB9ABFB) is unknown color: approx Melrose. HEX triplet: B9, AB and FB. RGB value is (185,171,251). Sum of RGB (Red+Green+Blue) = 185+171+251=607 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.48% from 607); Green value is 171 (67.19% from 255 or 28.17% from 607); Blue value is 251 (98.44% from 255 or 41.35% from 607); Max value from RGB is 251 - color contains mainly: blue. Hex color #B9ABFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9ABFB is #465404. Grayscale: #B8B8B8. Windows color (decimal): -4609029 or 16493497. OLE color: 16493497.

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

Color convert

RGB185171251-
CMYK0.260.3200.02
HSL250.5º90.91%82.75%-
HSV(B)250.5º31.87%98.43%-
XYZ51.9846.4197.48-
YUV184.31165.64128.5-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.48%
GREEN value IS 171 (67.19% from 255) = 28.17%
BLUE value IS 251 (98.44% from 255) = 41.35%
R=30.48%
G=28.17%
B=41.35%

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
Decimal1851712510.260.3200.02250.590.9182.75
HexB9ABFB1A2002fa5b53
Octal271253373324002372133123
Binary101110011010101111111011110101000000101111101010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9ABFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9ABFB; }

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

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

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

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

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

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

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

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