#B8ABF0

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

Shades of Melrose #B8ABF0

Tints of Melrose #B8ABF0

Color information

#B8ABF0 (or 0xB8ABF0) is unknown color: approx Melrose. HEX triplet: B8, AB and F0. RGB value is (184,171,240). Sum of RGB (Red+Green+Blue) = 184+171+240=595 (78% of max value = 765). Red value is 184 (72.27% from 255 or 30.92% from 595); Green value is 171 (67.19% from 255 or 28.74% from 595); Blue value is 240 (94.14% from 255 or 40.34% from 595); Max value from RGB is 240 - color contains mainly: blue. Hex color #B8ABF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B8ABF0 is #47540F. Grayscale: #B6B6B6. Windows color (decimal): -4674576 or 15772600. OLE color: 15772600.

HSL color Cylindrical-coordinate representation of color #B8ABF0: hue angle of 251.3º 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 #B8ABF0 is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB184171240-
CMYK0.230.2900.06
HSL251.3º69.7%80.59%-
HSV(B)251.3º28.75%94.12%-
XYZ50.0645.6188.6-
YUV182.75160.31128.89-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 30.92%
GREEN value IS 171 (67.19% from 255) = 28.74%
BLUE value IS 240 (94.14% from 255) = 40.34%
R=30.92%
G=28.74%
B=40.34%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1841712400.230.2900.06251.369.780.59
HexB8ABF0171D06fb4651
Octal270253360273506373106121
Binary101110001010101111110000101111110101101111101110001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8ABF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8ABF0; }

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

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

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

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

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

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

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

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