#BFABE8

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

Shades of Melrose #BFABE8

Tints of Melrose #BFABE8

Color information

#BFABE8 (or 0xBFABE8) is unknown color: approx Melrose. HEX triplet: BF, AB and E8. RGB value is (191,171,232). Sum of RGB (Red+Green+Blue) = 191+171+232=594 (78% of max value = 765). Red value is 191 (75% from 255 or 32.15% from 594); Green value is 171 (67.19% from 255 or 28.79% from 594); Blue value is 232 (91.02% from 255 or 39.06% from 594); Max value from RGB is 232 - color contains mainly: blue. Hex color #BFABE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFABE8 is #405417. Grayscale: #B7B7B7. Windows color (decimal): -4215832 or 15248319. OLE color: 15248319.

HSL color Cylindrical-coordinate representation of color #BFABE8: hue angle of 259.67º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BFABE8 is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB191171232-
CMYK0.180.2600.09
HSL259.67º57.01%79.02%-
HSV(B)259.67º26.29%90.98%-
XYZ50.6146.0382.56-
YUV183.93155.13133.04-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.15%
GREEN value IS 171 (67.19% from 255) = 28.79%
BLUE value IS 232 (91.02% from 255) = 39.06%
R=32.15%
G=28.79%
B=39.06%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1911712320.180.2600.09259.6757.0179.02
HexBFABE8121A09104394f
Octal277253350223201140471117
Binary1011111110101011111010001001011010010011000001001110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFABE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFABE8; }

 p { color: rgb(191,171,232); }

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

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

 a { background-color: rgb(191,171,232); }

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

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

 span { border-color: rgb(191,171,232); }

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