#BFA6FA

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

Shades of Melrose #BFA6FA

Tints of Melrose #BFA6FA

Color information

#BFA6FA (or 0xBFA6FA) is unknown color: approx Melrose. HEX triplet: BF, A6 and FA. RGB value is (191,166,250). Sum of RGB (Red+Green+Blue) = 191+166+250=607 (80% of max value = 765). Red value is 191 (75% from 255 or 31.47% from 607); Green value is 166 (65.23% from 255 or 27.35% from 607); Blue value is 250 (98.05% from 255 or 41.19% from 607); Max value from RGB is 250 - color contains mainly: blue. Hex color #BFA6FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFA6FA is #405905. Grayscale: #B6B6B6. Windows color (decimal): -4217094 or 16426687. OLE color: 16426687.

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

Color convert

RGB191166250-
CMYK0.240.3400.02
HSL257.86º89.36%81.57%-
HSV(B)257.86º33.6%98.04%-
XYZ52.3845.2596.42-
YUV183.05165.78133.67-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.47%
GREEN value IS 166 (65.23% from 255) = 27.35%
BLUE value IS 250 (98.05% from 255) = 41.19%
R=31.47%
G=27.35%
B=41.19%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1911662500.240.3400.02257.8689.3681.57
HexBFA6FA1822021025952
Octal277246372304202402131122
Binary1011111110100110111110101100010001001010000001010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA6FA; }

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

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

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

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

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

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

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

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