#BFB3F0

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

Shades of Melrose #BFB3F0

Tints of Melrose #BFB3F0

Color information

#BFB3F0 (or 0xBFB3F0) is unknown color: approx Melrose. HEX triplet: BF, B3 and F0. RGB value is (191,179,240). Sum of RGB (Red+Green+Blue) = 191+179+240=610 (80% of max value = 765). Red value is 191 (75% from 255 or 31.31% from 610); Green value is 179 (70.31% from 255 or 29.34% from 610); Blue value is 240 (94.14% from 255 or 39.34% from 610); Max value from RGB is 240 - color contains mainly: blue. Hex color #BFB3F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFB3F0 is #404C0F. Grayscale: #BDBDBD. Windows color (decimal): -4213776 or 15774655. OLE color: 15774655.

HSL color Cylindrical-coordinate representation of color #BFB3F0: hue angle of 251.8º degrees, saturation: 0.67, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFB3F0 is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB191179240-
CMYK0.200.2500.06
HSL251.8º67.03%82.16%-
HSV(B)251.8º25.42%94.12%-
XYZ53.3349.6189.2-
YUV189.54156.48129.04-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.31%
GREEN value IS 179 (70.31% from 255) = 29.34%
BLUE value IS 240 (94.14% from 255) = 39.34%
R=31.31%
G=29.34%
B=39.34%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1911792400.200.2500.06251.867.0382.16
HexBFB3F0141906fc4352
Octal277263360243106374103122
Binary101111111011001111110000101001100101101111110010000111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB3F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB3F0; }

 p { color: rgb(191,179,240); }

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

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

 a { background-color: rgb(191,179,240); }

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

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

 span { border-color: rgb(191,179,240); }

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