#BFA7FA

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

Shades of Melrose #BFA7FA

Tints of Melrose #BFA7FA

Color information

#BFA7FA (or 0xBFA7FA) is unknown color: approx Melrose. HEX triplet: BF, A7 and FA. RGB value is (191,167,250). Sum of RGB (Red+Green+Blue) = 191+167+250=608 (80% of max value = 765). Red value is 191 (75% from 255 or 31.41% from 608); Green value is 167 (65.62% from 255 or 27.47% from 608); Blue value is 250 (98.05% from 255 or 41.12% from 608); Max value from RGB is 250 - color contains mainly: blue. Hex color #BFA7FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFA7FA is #405805. Grayscale: #B7B7B7. Windows color (decimal): -4216838 or 16426943. OLE color: 16426943.

HSL color Cylindrical-coordinate representation of color #BFA7FA: hue angle of 257.35º degrees, saturation: 0.89, 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 #BFA7FA is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB191167250-
CMYK0.240.3300.02
HSL257.35º89.25%81.76%-
HSV(B)257.35º33.2%98.04%-
XYZ52.5645.6296.48-
YUV183.64165.45133.25-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.41%
GREEN value IS 167 (65.62% from 255) = 27.47%
BLUE value IS 250 (98.05% from 255) = 41.12%
R=31.41%
G=27.47%
B=41.12%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1911672500.240.3300.02257.3589.2581.76
HexBFA7FA1821021015952
Octal277247372304102401131122
Binary1011111110100111111110101100010000101010000000110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA7FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA7FA; }

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

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

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

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

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

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

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

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