#BFAAF8

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

Shades of Melrose #BFAAF8

Tints of Melrose #BFAAF8

Color information

#BFAAF8 (or 0xBFAAF8) is unknown color: approx Melrose. HEX triplet: BF, AA and F8. RGB value is (191,170,248). Sum of RGB (Red+Green+Blue) = 191+170+248=609 (80% of max value = 765). Red value is 191 (75% from 255 or 31.36% from 609); Green value is 170 (66.80% from 255 or 27.91% from 609); Blue value is 248 (97.27% from 255 or 40.72% from 609); Max value from RGB is 248 - color contains mainly: blue. Hex color #BFAAF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFAAF8 is #405507. Grayscale: #B8B8B8. Windows color (decimal): -4216072 or 16296639. OLE color: 16296639.

HSL color Cylindrical-coordinate representation of color #BFAAF8: hue angle of 256.15º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BFAAF8 is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB191170248-
CMYK0.230.3100.03
HSL256.15º84.78%81.96%-
HSV(B)256.15º31.45%97.25%-
XYZ52.846.695.02-
YUV185.17163.46132.16-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.36%
GREEN value IS 170 (66.80% from 255) = 27.91%
BLUE value IS 248 (97.27% from 255) = 40.72%
R=31.36%
G=27.91%
B=40.72%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1911702480.230.3100.03256.1584.7881.96
HexBFAAF8171F031005552
Octal277252370273703400125122
Binary101111111010101011111000101111111101110000000010101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAAF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAAF8; }

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

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

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

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

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

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

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

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