#BFB9DA

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

Shades of Melrose #BFB9DA

Tints of Melrose #BFB9DA

Color information

#BFB9DA (or 0xBFB9DA) is unknown color: approx Melrose. HEX triplet: BF, B9 and DA. RGB value is (191,185,218). Sum of RGB (Red+Green+Blue) = 191+185+218=594 (78% of max value = 765). Red value is 191 (75% from 255 or 32.15% from 594); Green value is 185 (72.66% from 255 or 31.14% from 594); Blue value is 218 (85.55% from 255 or 36.70% from 594); Max value from RGB is 218 - color contains mainly: blue. Hex color #BFB9DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB9DA is #404625. Grayscale: #BEBEBE. Windows color (decimal): -4212262 or 14334399. OLE color: 14334399.

HSL color Cylindrical-coordinate representation of color #BFB9DA: hue angle of 250.91º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BFB9DA is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB191185218-
CMYK0.120.1500.15
HSL250.91º30.84%79.02%-
HSV(B)250.91º15.14%85.49%-
XYZ51.4950.8473.43-
YUV190.56143.49128.32-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.15%
GREEN value IS 185 (72.66% from 255) = 31.14%
BLUE value IS 218 (85.55% from 255) = 36.70%
R=32.15%
G=31.14%
B=36.70%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1911852180.120.1500.15250.9130.8479.02
HexBFB9DACF0Ffb1f4f
Octal277271332141701737337117
Binary101111111011100111011010110011110111111111011111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB9DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB9DA; }

 p { color: rgb(191,185,218); }

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

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

 a { background-color: rgb(191,185,218); }

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

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

 span { border-color: rgb(191,185,218); }

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