#B7ABEA

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

Shades of Melrose #B7ABEA

Tints of Melrose #B7ABEA

Color information

#B7ABEA (or 0xB7ABEA) is unknown color: approx Melrose. HEX triplet: B7, AB and EA. RGB value is (183,171,234). Sum of RGB (Red+Green+Blue) = 183+171+234=588 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.12% from 588); Green value is 171 (67.19% from 255 or 29.08% from 588); Blue value is 234 (91.80% from 255 or 39.80% from 588); Max value from RGB is 234 - color contains mainly: blue. Hex color #B7ABEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B7ABEA is #485415. Grayscale: #B5B5B5. Windows color (decimal): -4740118 or 15379383. OLE color: 15379383.

HSL color Cylindrical-coordinate representation of color #B7ABEA: hue angle of 251.43º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B7ABEA is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB183171234-
CMYK0.220.2700.08
HSL251.43º60%79.41%-
HSV(B)251.43º26.92%91.76%-
XYZ48.9445.1383.97-
YUV181.77157.48128.88-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.12%
GREEN value IS 171 (67.19% from 255) = 29.08%
BLUE value IS 234 (91.80% from 255) = 39.80%
R=31.12%
G=29.08%
B=39.80%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1831712340.220.2700.08251.436079.41
HexB7ABEA161B08fb3c4f
Octal267253352263301037374117
Binary101101111010101111101010101101101101000111110111111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7ABEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7ABEA; }

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

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

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

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

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

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

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

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