#BFABE9

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

Shades of Melrose #BFABE9

Tints of Melrose #BFABE9

Color information

#BFABE9 (or 0xBFABE9) is unknown color: approx Melrose. HEX triplet: BF, AB and E9. RGB value is (191,171,233). Sum of RGB (Red+Green+Blue) = 191+171+233=595 (78% of max value = 765). Red value is 191 (75% from 255 or 32.10% from 595); Green value is 171 (67.19% from 255 or 28.74% from 595); Blue value is 233 (91.41% from 255 or 39.16% from 595); Max value from RGB is 233 - color contains mainly: blue. Hex color #BFABE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFABE9 is #405416. Grayscale: #B7B7B7. Windows color (decimal): -4215831 or 15313855. OLE color: 15313855.

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

Color convert

RGB191171233-
CMYK0.180.2700.09
HSL259.35º58.49%79.22%-
HSV(B)259.35º26.61%91.37%-
XYZ50.7646.0983.31-
YUV184.05155.63132.96-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.10%
GREEN value IS 171 (67.19% from 255) = 28.74%
BLUE value IS 233 (91.41% from 255) = 39.16%
R=32.10%
G=28.74%
B=39.16%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1911712330.180.2700.09259.3558.4979.22
HexBFABE9121B091033a4f
Octal277253351223301140372117
Binary1011111110101011111010011001011011010011000000111110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFABE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFABE9; }

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

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

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

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

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

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

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

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