#B7ABE8

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

Shades of Melrose #B7ABE8

Tints of Melrose #B7ABE8

Color information

#B7ABE8 (or 0xB7ABE8) is unknown color: approx Melrose. HEX triplet: B7, AB and E8. RGB value is (183,171,232). Sum of RGB (Red+Green+Blue) = 183+171+232=586 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.23% from 586); Green value is 171 (67.19% from 255 or 29.18% from 586); Blue value is 232 (91.02% from 255 or 39.59% from 586); Max value from RGB is 232 - color contains mainly: blue. Hex color #B7ABE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B7ABE8 is #485417. Grayscale: #B5B5B5. Windows color (decimal): -4740120 or 15248311. OLE color: 15248311.

HSL color Cylindrical-coordinate representation of color #B7ABE8: hue angle of 251.8º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B7ABE8 is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB183171232-
CMYK0.210.2600.09
HSL251.8º57.01%79.02%-
HSV(B)251.8º26.29%90.98%-
XYZ48.6645.0282.47-
YUV181.54156.48129.04-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.23%
GREEN value IS 171 (67.19% from 255) = 29.18%
BLUE value IS 232 (91.02% from 255) = 39.59%
R=31.23%
G=29.18%
B=39.59%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1831712320.210.2600.09251.857.0179.02
HexB7ABE8151A09fc394f
Octal267253350253201137471117
Binary101101111010101111101000101011101001001111111001110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7ABE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7ABE8; }

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

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

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

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

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

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

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

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