#BFB5F1

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

Shades of Melrose #BFB5F1

Tints of Melrose #BFB5F1

Color information

#BFB5F1 (or 0xBFB5F1) is unknown color: approx Melrose. HEX triplet: BF, B5 and F1. RGB value is (191,181,241). Sum of RGB (Red+Green+Blue) = 191+181+241=613 (81% of max value = 765). Red value is 191 (75% from 255 or 31.16% from 613); Green value is 181 (71.09% from 255 or 29.53% from 613); Blue value is 241 (94.53% from 255 or 39.31% from 613); Max value from RGB is 241 - color contains mainly: blue. Hex color #BFB5F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFB5F1 is #404A0E. Grayscale: #BEBEBE. Windows color (decimal): -4213263 or 15840703. OLE color: 15840703.

HSL color Cylindrical-coordinate representation of color #BFB5F1: hue angle of 250º degrees, saturation: 0.68, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFB5F1 is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB191181241-
CMYK0.210.2500.05
HSL250º68.18%82.75%-
HSV(B)250º24.9%94.51%-
XYZ53.8950.4790.12-
YUV190.83156.31128.12-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.16%
GREEN value IS 181 (71.09% from 255) = 29.53%
BLUE value IS 241 (94.53% from 255) = 39.31%
R=31.16%
G=29.53%
B=39.31%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1911812410.210.2500.0525068.1882.75
HexBFB5F1151905fa4453
Octal277265361253105372104123
Binary101111111011010111110001101011100101011111101010001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB5F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB5F1; }

 p { color: rgb(191,181,241); }

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

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

 a { background-color: rgb(191,181,241); }

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

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

 span { border-color: rgb(191,181,241); }

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