#B7ABF0

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

Shades of Melrose #B7ABF0

Tints of Melrose #B7ABF0

Color information

#B7ABF0 (or 0xB7ABF0) is unknown color: approx Melrose. HEX triplet: B7, AB and F0. RGB value is (183,171,240). Sum of RGB (Red+Green+Blue) = 183+171+240=594 (78% of max value = 765). Red value is 183 (71.88% from 255 or 30.81% from 594); Green value is 171 (67.19% from 255 or 28.79% from 594); Blue value is 240 (94.14% from 255 or 40.40% from 594); Max value from RGB is 240 - color contains mainly: blue. Hex color #B7ABF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B7ABF0 is #48540F. Grayscale: #B6B6B6. Windows color (decimal): -4740112 or 15772599. OLE color: 15772599.

HSL color Cylindrical-coordinate representation of color #B7ABF0: hue angle of 250.43º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B7ABF0 is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB183171240-
CMYK0.240.2900.06
HSL250.43º69.7%80.59%-
HSV(B)250.43º28.75%94.12%-
XYZ49.8245.4888.59-
YUV182.45160.48128.39-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 30.81%
GREEN value IS 171 (67.19% from 255) = 28.79%
BLUE value IS 240 (94.14% from 255) = 40.40%
R=30.81%
G=28.79%
B=40.40%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1831712400.240.2900.06250.4369.780.59
HexB7ABF0181D06fa4651
Octal267253360303506372106121
Binary101101111010101111110000110001110101101111101010001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7ABF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7ABF0; }

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

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

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

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

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

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

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

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