#B7ABF1

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

Shades of Melrose #B7ABF1

Tints of Melrose #B7ABF1

Color information

#B7ABF1 (or 0xB7ABF1) is unknown color: approx Melrose. HEX triplet: B7, AB and F1. RGB value is (183,171,241). Sum of RGB (Red+Green+Blue) = 183+171+241=595 (78% of max value = 765). Red value is 183 (71.88% from 255 or 30.76% from 595); Green value is 171 (67.19% from 255 or 28.74% from 595); Blue value is 241 (94.53% from 255 or 40.50% from 595); Max value from RGB is 241 - color contains mainly: blue. Hex color #B7ABF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B7ABF1 is #48540E. Grayscale: #B6B6B6. Windows color (decimal): -4740111 or 15838135. OLE color: 15838135.

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

Color convert

RGB183171241-
CMYK0.240.2900.05
HSL250.29º71.43%80.78%-
HSV(B)250.29º29.05%94.51%-
XYZ49.9745.5489.38-
YUV182.57160.98128.31-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 30.76%
GREEN value IS 171 (67.19% from 255) = 28.74%
BLUE value IS 241 (94.53% from 255) = 40.50%
R=30.76%
G=28.74%
B=40.50%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1831712410.240.2900.05250.2971.4380.78
HexB7ABF1181D05fa4751
Octal267253361303505372107121
Binary101101111010101111110001110001110101011111101010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7ABF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7ABF1; }

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

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

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

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

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

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

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

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