#B8ABF1

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

Shades of Melrose #B8ABF1

Tints of Melrose #B8ABF1

Color information

#B8ABF1 (or 0xB8ABF1) is unknown color: approx Melrose. HEX triplet: B8, AB and F1. RGB value is (184,171,241). Sum of RGB (Red+Green+Blue) = 184+171+241=596 (78% of max value = 765). Red value is 184 (72.27% from 255 or 30.87% from 596); Green value is 171 (67.19% from 255 or 28.69% from 596); Blue value is 241 (94.53% from 255 or 40.44% from 596); Max value from RGB is 241 - color contains mainly: blue. Hex color #B8ABF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B8ABF1 is #47540E. Grayscale: #B6B6B6. Windows color (decimal): -4674575 or 15838136. OLE color: 15838136.

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

Color convert

RGB184171241-
CMYK0.240.2900.05
HSL251.14º71.43%80.78%-
HSV(B)251.14º29.05%94.51%-
XYZ50.2145.6789.39-
YUV182.87160.81128.81-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 30.87%
GREEN value IS 171 (67.19% from 255) = 28.69%
BLUE value IS 241 (94.53% from 255) = 40.44%
R=30.87%
G=28.69%
B=40.44%

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
Decimal1841712410.240.2900.05251.1471.4380.78
HexB8ABF1181D05fb4751
Octal270253361303505373107121
Binary101110001010101111110001110001110101011111101110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8ABF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8ABF1; }

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

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

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

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

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

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

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

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