#B7ABFB

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

Shades of Melrose #B7ABFB

Tints of Melrose #B7ABFB

Color information

#B7ABFB (or 0xB7ABFB) is unknown color: approx Melrose. HEX triplet: B7, AB and FB. RGB value is (183,171,251). Sum of RGB (Red+Green+Blue) = 183+171+251=605 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30.25% from 605); Green value is 171 (67.19% from 255 or 28.26% from 605); Blue value is 251 (98.44% from 255 or 41.49% from 605); Max value from RGB is 251 - color contains mainly: blue. Hex color #B7ABFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B7ABFB is #485404. Grayscale: #B7B7B7. Windows color (decimal): -4740101 or 16493495. OLE color: 16493495.

HSL color Cylindrical-coordinate representation of color #B7ABFB: hue angle of 249º 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 #B7ABFB is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB183171251-
CMYK0.270.3200.02
HSL249º90.91%82.75%-
HSV(B)249º31.87%98.43%-
XYZ51.546.1697.46-
YUV183.71165.98127.5-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 30.25%
GREEN value IS 171 (67.19% from 255) = 28.26%
BLUE value IS 251 (98.44% from 255) = 41.49%
R=30.25%
G=28.26%
B=41.49%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1831712510.270.3200.0224990.9182.75
HexB7ABFB1B2002f95b53
Octal267253373334002371133123
Binary101101111010101111111011110111000000101111100110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7ABFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7ABFB; }

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

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

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

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

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

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

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

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