#B7ABF5

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

Shades of Melrose #B7ABF5

Tints of Melrose #B7ABF5

Color information

#B7ABF5 (or 0xB7ABF5) is unknown color: approx Melrose. HEX triplet: B7, AB and F5. RGB value is (183,171,245). Sum of RGB (Red+Green+Blue) = 183+171+245=599 (79% of max value = 765). Red value is 183 (71.88% from 255 or 30.55% from 599); Green value is 171 (67.19% from 255 or 28.55% from 599); Blue value is 245 (96.09% from 255 or 40.90% from 599); Max value from RGB is 245 - color contains mainly: blue. Hex color #B7ABF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B7ABF5 is #48540A. Grayscale: #B6B6B6. Windows color (decimal): -4740107 or 16100279. OLE color: 16100279.

HSL color Cylindrical-coordinate representation of color #B7ABF5: hue angle of 249.73º degrees, saturation: 0.79, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B7ABF5 is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB183171245-
CMYK0.250.3000.04
HSL249.73º78.72%81.57%-
HSV(B)249.73º30.2%96.08%-
XYZ50.5745.7992.56-
YUV183.02162.98127.98-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 30.55%
GREEN value IS 171 (67.19% from 255) = 28.55%
BLUE value IS 245 (96.09% from 255) = 40.90%
R=30.55%
G=28.55%
B=40.90%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1831712450.250.3000.04249.7378.7281.57
HexB7ABF5191E04fa4f52
Octal267253365313604372117122
Binary101101111010101111110101110011111001001111101010011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7ABF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7ABF5; }

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

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

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

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

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

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

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

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