#BFB7D6

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

Shades of Melrose #BFB7D6

Tints of Melrose #BFB7D6

Color information

#BFB7D6 (or 0xBFB7D6) is unknown color: approx Melrose. HEX triplet: BF, B7 and D6. RGB value is (191,183,214). Sum of RGB (Red+Green+Blue) = 191+183+214=588 (77% of max value = 765). Red value is 191 (75% from 255 or 32.48% from 588); Green value is 183 (71.88% from 255 or 31.12% from 588); Blue value is 214 (83.98% from 255 or 36.39% from 588); Max value from RGB is 214 - color contains mainly: blue. Hex color #BFB7D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB7D6 is #404829. Grayscale: #BCBCBC. Windows color (decimal): -4212778 or 14071743. OLE color: 14071743.

HSL color Cylindrical-coordinate representation of color #BFB7D6: hue angle of 255.48º degrees, saturation: 0.27, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BFB7D6 is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB191183214-
CMYK0.110.1400.16
HSL255.48º27.43%77.84%-
HSV(B)255.48º14.49%83.92%-
XYZ50.5649.870.57-
YUV188.93142.15129.48-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.48%
GREEN value IS 183 (71.88% from 255) = 31.12%
BLUE value IS 214 (83.98% from 255) = 36.39%
R=32.48%
G=31.12%
B=36.39%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1911832140.110.1400.16255.4827.4377.84
HexBFB7D6BE010ff1b4e
Octal277267326131602037733116
Binary1011111110110111110101101011111001000011111111110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB7D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB7D6; }

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

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

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

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

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

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

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

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