#BFB5DF

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

Shades of Melrose #BFB5DF

Tints of Melrose #BFB5DF

Color information

#BFB5DF (or 0xBFB5DF) is unknown color: approx Melrose. HEX triplet: BF, B5 and DF. RGB value is (191,181,223). Sum of RGB (Red+Green+Blue) = 191+181+223=595 (78% of max value = 765). Red value is 191 (75% from 255 or 32.10% from 595); Green value is 181 (71.09% from 255 or 30.42% from 595); Blue value is 223 (87.5% from 255 or 37.48% from 595); Max value from RGB is 223 - color contains mainly: blue. Hex color #BFB5DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB5DF is #404A20. Grayscale: #BCBCBC. Windows color (decimal): -4213281 or 14661055. OLE color: 14661055.

HSL color Cylindrical-coordinate representation of color #BFB5DF: hue angle of 254.29º degrees, saturation: 0.4, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFB5DF is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB191181223-
CMYK0.140.1900.13
HSL254.29º39.62%79.22%-
HSV(B)254.29º18.83%87.45%-
XYZ51.3349.4576.65-
YUV188.78147.31129.58-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.10%
GREEN value IS 181 (71.09% from 255) = 30.42%
BLUE value IS 223 (87.5% from 255) = 37.48%
R=32.10%
G=30.42%
B=37.48%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1911812230.140.1900.13254.2939.6279.22
HexBFB5DFE130Dfe284f
Octal277265337162301537650117
Binary10111111101101011101111111101001101101111111101010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB5DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB5DF; }

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

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

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

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

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

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

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

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