#B7ABFE

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

Shades of Melrose #B7ABFE

Tints of Melrose #B7ABFE

Color information

#B7ABFE (or 0xB7ABFE) is unknown color: approx Melrose. HEX triplet: B7, AB and FE. RGB value is (183,171,254). Sum of RGB (Red+Green+Blue) = 183+171+254=608 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30.10% from 608); Green value is 171 (67.19% from 255 or 28.12% from 608); Blue value is 254 (99.61% from 255 or 41.78% from 608); Max value from RGB is 254 - color contains mainly: blue. Hex color #B7ABFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B7ABFE is #485401. Grayscale: #B7B7B7. Windows color (decimal): -4740098 or 16690103. OLE color: 16690103.

HSL color Cylindrical-coordinate representation of color #B7ABFE: hue angle of 248.67º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B7ABFE is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB183171254-
CMYK0.280.3300.00
HSL248.67º97.65%83.33%-
HSV(B)248.67º32.68%99.61%-
XYZ51.9846.3599.97-
YUV184.05167.48127.25-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 30.10%
GREEN value IS 171 (67.19% from 255) = 28.12%
BLUE value IS 254 (99.61% from 255) = 41.78%
R=30.10%
G=28.12%
B=41.78%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1831712540.280.3300.00248.6797.6583.33
HexB7ABFE1C2100f96253
Octal267253376344100371142123
Binary10110111101010111111111011100100001001111100111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7ABFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7ABFE; }

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

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

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

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

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

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

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

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