#BFB1F6

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

Shades of Melrose #BFB1F6

Tints of Melrose #BFB1F6

Color information

#BFB1F6 (or 0xBFB1F6) is unknown color: approx Melrose. HEX triplet: BF, B1 and F6. RGB value is (191,177,246). Sum of RGB (Red+Green+Blue) = 191+177+246=614 (81% of max value = 765). Red value is 191 (75% from 255 or 31.11% from 614); Green value is 177 (69.53% from 255 or 28.83% from 614); Blue value is 246 (96.48% from 255 or 40.07% from 614); Max value from RGB is 246 - color contains mainly: blue. Hex color #BFB1F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFB1F6 is #404E09. Grayscale: #BCBCBC. Windows color (decimal): -4214282 or 16167359. OLE color: 16167359.

HSL color Cylindrical-coordinate representation of color #BFB1F6: hue angle of 252.17º degrees, saturation: 0.79, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BFB1F6 is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB191177246-
CMYK0.220.2800.04
HSL252.17º79.31%82.94%-
HSV(B)252.17º28.05%96.47%-
XYZ53.8449.1793.84-
YUV189.05160.14129.39-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.11%
GREEN value IS 177 (69.53% from 255) = 28.83%
BLUE value IS 246 (96.48% from 255) = 40.07%
R=31.11%
G=28.83%
B=40.07%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1911772460.220.2800.04252.1779.3182.94
HexBFB1F6161C04fc4f53
Octal277261366263404374117123
Binary101111111011000111110110101101110001001111110010011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB1F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB1F6; }

 p { color: rgb(191,177,246); }

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

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

 a { background-color: rgb(191,177,246); }

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

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

 span { border-color: rgb(191,177,246); }

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