#BFB4DF

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

Shades of Melrose #BFB4DF

Tints of Melrose #BFB4DF

Color information

#BFB4DF (or 0xBFB4DF) is unknown color: approx Melrose. HEX triplet: BF, B4 and DF. RGB value is (191,180,223). Sum of RGB (Red+Green+Blue) = 191+180+223=594 (78% of max value = 765). Red value is 191 (75% from 255 or 32.15% from 594); Green value is 180 (70.70% from 255 or 30.30% from 594); Blue value is 223 (87.5% from 255 or 37.54% from 594); Max value from RGB is 223 - color contains mainly: blue. Hex color #BFB4DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB4DF is #404B20. Grayscale: #BCBCBC. Windows color (decimal): -4213537 or 14660799. OLE color: 14660799.

HSL color Cylindrical-coordinate representation of color #BFB4DF: hue angle of 255.35º 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 #BFB4DF is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB191180223-
CMYK0.140.1900.13
HSL255.35º40.19%79.02%-
HSV(B)255.35º19.28%87.45%-
XYZ51.1349.0576.58-
YUV188.19147.64130-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.15%
GREEN value IS 180 (70.70% from 255) = 30.30%
BLUE value IS 223 (87.5% from 255) = 37.54%
R=32.15%
G=30.30%
B=37.54%

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
Decimal1911802230.140.1900.13255.3540.1979.02
HexBFB4DFE130Dff284f
Octal277264337162301537750117
Binary10111111101101001101111111101001101101111111111010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB4DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB4DF; }

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

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

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

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

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

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

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

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