#B8ABFF

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

Shades of Melrose #B8ABFF

Tints of Melrose #B8ABFF

Color information

#B8ABFF (or 0xB8ABFF) is unknown color: approx Melrose. HEX triplet: B8, AB and FF. RGB value is (184,171,255). Sum of RGB (Red+Green+Blue) = 184+171+255=610 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.16% from 610); Green value is 171 (67.19% from 255 or 28.03% from 610); Blue value is 255 (100% from 255 or 41.80% from 610); Max value from RGB is 255 - color contains mainly: blue. Hex color #B8ABFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B8ABFF is #475400. Grayscale: #B8B8B8. Windows color (decimal): -4674561 or 16755640. OLE color: 16755640.

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

Color convert

RGB184171255-
CMYK0.280.3300
HSL249.29º100%83.53%-
HSV(B)249.29º32.94%100%-
XYZ52.3846.54100.83-
YUV184.46167.81127.67-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 30.16%
GREEN value IS 171 (67.19% from 255) = 28.03%
BLUE value IS 255 (100% from 255) = 41.80%
R=30.16%
G=28.03%
B=41.80%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1841712550.280.3300249.2910083.53
HexB8ABFF1C2100f96454
Octal270253377344100371144124
Binary10111000101010111111111111100100001001111100111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8ABFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8ABFF; }

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

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

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

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

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

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

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

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