#BFAAF4

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

Shades of Melrose #BFAAF4

Tints of Melrose #BFAAF4

Color information

#BFAAF4 (or 0xBFAAF4) is unknown color: approx Melrose. HEX triplet: BF, AA and F4. RGB value is (191,170,244). Sum of RGB (Red+Green+Blue) = 191+170+244=605 (80% of max value = 765). Red value is 191 (75% from 255 or 31.57% from 605); Green value is 170 (66.80% from 255 or 28.10% from 605); Blue value is 244 (95.70% from 255 or 40.33% from 605); Max value from RGB is 244 - color contains mainly: blue. Hex color #BFAAF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFAAF4 is #40550B. Grayscale: #B8B8B8. Windows color (decimal): -4216076 or 16034495. OLE color: 16034495.

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

Color convert

RGB191170244-
CMYK0.220.3000.04
HSL257.03º77.08%81.18%-
HSV(B)257.03º30.33%95.69%-
XYZ52.1946.3691.79-
YUV184.72161.46132.48-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.57%
GREEN value IS 170 (66.80% from 255) = 28.10%
BLUE value IS 244 (95.70% from 255) = 40.33%
R=31.57%
G=28.10%
B=40.33%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1911702440.220.3000.04257.0377.0881.18
HexBFAAF4161E041014d51
Octal277252364263604401115121
Binary1011111110101010111101001011011110010010000000110011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAAF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAAF4; }

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

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

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

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

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

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

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

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