#BFA7F9

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

Shades of Melrose #BFA7F9

Tints of Melrose #BFA7F9

Color information

#BFA7F9 (or 0xBFA7F9) is unknown color: approx Melrose. HEX triplet: BF, A7 and F9. RGB value is (191,167,249). Sum of RGB (Red+Green+Blue) = 191+167+249=607 (80% of max value = 765). Red value is 191 (75% from 255 or 31.47% from 607); Green value is 167 (65.62% from 255 or 27.51% from 607); Blue value is 249 (97.66% from 255 or 41.02% from 607); Max value from RGB is 249 - color contains mainly: blue. Hex color #BFA7F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFA7F9 is #405806. Grayscale: #B7B7B7. Windows color (decimal): -4216839 or 16361407. OLE color: 16361407.

HSL color Cylindrical-coordinate representation of color #BFA7F9: hue angle of 257.56º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BFA7F9 is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB191167249-
CMYK0.230.3300.02
HSL257.56º87.23%81.57%-
HSV(B)257.56º32.93%97.65%-
XYZ52.445.5595.65-
YUV183.52164.95133.33-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.47%
GREEN value IS 167 (65.62% from 255) = 27.51%
BLUE value IS 249 (97.66% from 255) = 41.02%
R=31.47%
G=27.51%
B=41.02%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1911672490.230.3300.02257.5687.2381.57
HexBFA7F91721021025752
Octal277247371274102402127122
Binary1011111110100111111110011011110000101010000001010101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA7F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA7F9; }

 p { color: rgb(191,167,249); }

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

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

 a { background-color: rgb(191,167,249); }

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

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

 span { border-color: rgb(191,167,249); }

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