#BFB5F3

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

Shades of Melrose #BFB5F3

Tints of Melrose #BFB5F3

Color information

#BFB5F3 (or 0xBFB5F3) is unknown color: approx Melrose. HEX triplet: BF, B5 and F3. RGB value is (191,181,243). Sum of RGB (Red+Green+Blue) = 191+181+243=615 (81% of max value = 765). Red value is 191 (75% from 255 or 31.06% from 615); Green value is 181 (71.09% from 255 or 29.43% from 615); Blue value is 243 (95.31% from 255 or 39.51% from 615); Max value from RGB is 243 - color contains mainly: blue. Hex color #BFB5F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFB5F3 is #404A0C. Grayscale: #BEBEBE. Windows color (decimal): -4213261 or 15971775. OLE color: 15971775.

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

Color convert

RGB191181243-
CMYK0.210.2600.05
HSL249.68º72.09%83.14%-
HSV(B)249.68º25.51%95.29%-
XYZ54.1950.691.7-
YUV191.06157.31127.96-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.06%
GREEN value IS 181 (71.09% from 255) = 29.43%
BLUE value IS 243 (95.31% from 255) = 39.51%
R=31.06%
G=29.43%
B=39.51%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1911812430.210.2600.05249.6872.0983.14
HexBFB5F3151A05fa4853
Octal277265363253205372110123
Binary101111111011010111110011101011101001011111101010010001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB5F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB5F3; }

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

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

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

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

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

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

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

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