#BFB1F0

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

Shades of Melrose #BFB1F0

Tints of Melrose #BFB1F0

Color information

#BFB1F0 (or 0xBFB1F0) is unknown color: approx Melrose. HEX triplet: BF, B1 and F0. RGB value is (191,177,240). Sum of RGB (Red+Green+Blue) = 191+177+240=608 (80% of max value = 765). Red value is 191 (75% from 255 or 31.41% from 608); Green value is 177 (69.53% from 255 or 29.11% from 608); Blue value is 240 (94.14% from 255 or 39.47% from 608); Max value from RGB is 240 - color contains mainly: blue. Hex color #BFB1F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFB1F0 is #404E0F. Grayscale: #BCBCBC. Windows color (decimal): -4214288 or 15774143. OLE color: 15774143.

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

Color convert

RGB191177240-
CMYK0.200.2600.06
HSL253.33º67.74%81.76%-
HSV(B)253.33º26.25%94.12%-
XYZ52.9448.8189.07-
YUV188.37157.14129.88-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.41%
GREEN value IS 177 (69.53% from 255) = 29.11%
BLUE value IS 240 (94.14% from 255) = 39.47%
R=31.41%
G=29.11%
B=39.47%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1911772400.200.2600.06253.3367.7481.76
HexBFB1F0141A06fd4452
Octal277261360243206375104122
Binary101111111011000111110000101001101001101111110110001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB1F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB1F0; }

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

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

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

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

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

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

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

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