#BFB1F5

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

Shades of Melrose #BFB1F5

Tints of Melrose #BFB1F5

Color information

#BFB1F5 (or 0xBFB1F5) is unknown color: approx Melrose. HEX triplet: BF, B1 and F5. RGB value is (191,177,245). Sum of RGB (Red+Green+Blue) = 191+177+245=613 (81% of max value = 765). Red value is 191 (75% from 255 or 31.16% from 613); Green value is 177 (69.53% from 255 or 28.87% from 613); Blue value is 245 (96.09% from 255 or 39.97% from 613); Max value from RGB is 245 - color contains mainly: blue. Hex color #BFB1F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFB1F5 is #404E0A. Grayscale: #BCBCBC. Windows color (decimal): -4214283 or 16101823. OLE color: 16101823.

HSL color Cylindrical-coordinate representation of color #BFB1F5: hue angle of 252.35º degrees, saturation: 0.77, 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 #BFB1F5 is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB191177245-
CMYK0.220.2800.04
HSL252.35º77.27%82.75%-
HSV(B)252.35º27.76%96.08%-
XYZ53.6949.1193.04-
YUV188.94159.64129.47-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.16%
GREEN value IS 177 (69.53% from 255) = 28.87%
BLUE value IS 245 (96.09% from 255) = 39.97%
R=31.16%
G=28.87%
B=39.97%

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
Decimal1911772450.220.2800.04252.3577.2782.75
HexBFB1F5161C04fc4d53
Octal277261365263404374115123
Binary101111111011000111110101101101110001001111110010011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB1F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB1F5; }

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

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

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

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

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

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

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

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