#BFB7D4

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

Shades of Melrose #BFB7D4

Tints of Melrose #BFB7D4

Color information

#BFB7D4 (or 0xBFB7D4) is unknown color: approx Melrose. HEX triplet: BF, B7 and D4. RGB value is (191,183,212). Sum of RGB (Red+Green+Blue) = 191+183+212=586 (77% of max value = 765). Red value is 191 (75% from 255 or 32.59% from 586); Green value is 183 (71.88% from 255 or 31.23% from 586); Blue value is 212 (83.20% from 255 or 36.18% from 586); Max value from RGB is 212 - color contains mainly: blue. Hex color #BFB7D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB7D4 is #40482B. Grayscale: #BCBCBC. Windows color (decimal): -4212780 or 13940671. OLE color: 13940671.

HSL color Cylindrical-coordinate representation of color #BFB7D4: hue angle of 256.55º degrees, saturation: 0.25, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BFB7D4 is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB191183212-
CMYK0.100.1400.17
HSL256.55º25.22%77.45%-
HSV(B)256.55º13.68%83.14%-
XYZ50.349.769.23-
YUV188.7141.15129.64-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.59%
GREEN value IS 183 (71.88% from 255) = 31.23%
BLUE value IS 212 (83.20% from 255) = 36.18%
R=32.59%
G=31.23%
B=36.18%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1911832120.100.1400.17256.5525.2277.45
HexBFB7D4AE011101194d
Octal277267324121602140131115
Binary10111111101101111101010010101110010001100000001110011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB7D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB7D4; }

 p { color: rgb(191,183,212); }

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

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

 a { background-color: rgb(191,183,212); }

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

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

 span { border-color: rgb(191,183,212); }

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