#BFAAF6

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

Shades of Melrose #BFAAF6

Tints of Melrose #BFAAF6

Color information

#BFAAF6 (or 0xBFAAF6) is unknown color: approx Melrose. HEX triplet: BF, AA and F6. RGB value is (191,170,246). Sum of RGB (Red+Green+Blue) = 191+170+246=607 (80% of max value = 765). Red value is 191 (75% from 255 or 31.47% from 607); Green value is 170 (66.80% from 255 or 28.01% from 607); Blue value is 246 (96.48% from 255 or 40.53% from 607); Max value from RGB is 246 - color contains mainly: blue. Hex color #BFAAF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFAAF6 is #405509. Grayscale: #B8B8B8. Windows color (decimal): -4216074 or 16165567. OLE color: 16165567.

HSL color Cylindrical-coordinate representation of color #BFAAF6: hue angle of 256.58º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BFAAF6 is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB191170246-
CMYK0.220.3100.04
HSL256.58º80.85%81.57%-
HSV(B)256.58º30.89%96.47%-
XYZ52.546.4893.39-
YUV184.94162.46132.32-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.47%
GREEN value IS 170 (66.80% from 255) = 28.01%
BLUE value IS 246 (96.48% from 255) = 40.53%
R=31.47%
G=28.01%
B=40.53%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1911702460.220.3100.04256.5880.8581.57
HexBFAAF6161F041015152
Octal277252366263704401121122
Binary1011111110101010111101101011011111010010000000110100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAAF6; }

 p { color: rgb(191,170,246); }

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

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

 a { background-color: rgb(191,170,246); }

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

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

 span { border-color: rgb(191,170,246); }

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