#bfa5ff

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

Shades of Melrose #BFA5FF

Tints of Melrose #BFA5FF

Color information

#BFA5FF (or 0xBFA5FF) is unknown color: approx Melrose. HEX triplet: BF, A5 and FF. RGB value is (191,165,255). Sum of RGB (Red+Green+Blue) = 191+165+255=611 (80% of max value = 765). Red value is 191 (75% from 255 or 31.26% from 611); Green value is 165 (64.84% from 255 or 27.00% from 611); Blue value is 255 (100% from 255 or 41.73% from 611); Max value from RGB is 255 - color contains mainly: blue. Hex color #BFA5FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFA5FF is #405A00. Grayscale: #B6B6B6. Windows color (decimal): -4217345 or 16754111. OLE color: 16754111.

HSL color Cylindrical-coordinate representation of color #BFA5FF: hue angle of 257.33º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BFA5FF is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB191165255-
CMYK0.250.3500
HSL257.33º100%82.35%-
HSV(B)257.33º35.29%100%-
XYZ52.9945.21100.54-
YUV183.03168.61133.68-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.26%
GREEN value IS 165 (64.84% from 255) = 27.00%
BLUE value IS 255 (100% from 255) = 41.73%
R=31.26%
G=27.00%
B=41.73%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1911652550.250.3500257.3310082.35
HexBFA5FF1923001016452
Octal277245377314300401144122
Binary101111111010010111111111110011000110010000000111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bfa5ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bfa5ff; }

 p { color: rgb(191,165,255); }

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

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

 a { background-color: rgb(191,165,255); }

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

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

 span { border-color: rgb(191,165,255); }

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