#BFABF0

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

Shades of Melrose #BFABF0

Tints of Melrose #BFABF0

Color information

#BFABF0 (or 0xBFABF0) is unknown color: approx Melrose. HEX triplet: BF, AB and F0. RGB value is (191,171,240). Sum of RGB (Red+Green+Blue) = 191+171+240=602 (79% of max value = 765). Red value is 191 (75% from 255 or 31.73% from 602); Green value is 171 (67.19% from 255 or 28.41% from 602); Blue value is 240 (94.14% from 255 or 39.87% from 602); Max value from RGB is 240 - color contains mainly: blue. Hex color #BFABF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFABF0 is #40540F. Grayscale: #B8B8B8. Windows color (decimal): -4215824 or 15772607. OLE color: 15772607.

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

Color convert

RGB191171240-
CMYK0.200.2900.06
HSL257.39º69.7%80.59%-
HSV(B)257.39º28.75%94.12%-
XYZ51.7846.4988.68-
YUV184.85159.13132.39-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.73%
GREEN value IS 171 (67.19% from 255) = 28.41%
BLUE value IS 240 (94.14% from 255) = 39.87%
R=31.73%
G=28.41%
B=39.87%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1911712400.200.2900.06257.3969.780.59
HexBFABF0141D061014651
Octal277253360243506401106121
Binary1011111110101011111100001010011101011010000000110001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFABF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFABF0; }

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

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

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

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

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

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

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

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