#BFB6DA

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

Shades of Melrose #BFB6DA

Tints of Melrose #BFB6DA

Color information

#BFB6DA (or 0xBFB6DA) is unknown color: approx Melrose. HEX triplet: BF, B6 and DA. RGB value is (191,182,218). Sum of RGB (Red+Green+Blue) = 191+182+218=591 (78% of max value = 765). Red value is 191 (75% from 255 or 32.32% from 591); Green value is 182 (71.48% from 255 or 30.80% from 591); Blue value is 218 (85.55% from 255 or 36.89% from 591); Max value from RGB is 218 - color contains mainly: blue. Hex color #BFB6DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB6DA is #404925. Grayscale: #BCBCBC. Windows color (decimal): -4213030 or 14333631. OLE color: 14333631.

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

Color convert

RGB191182218-
CMYK0.120.1700.15
HSL255º32.73%78.43%-
HSV(B)255º16.51%85.49%-
XYZ50.8749.5973.22-
YUV188.8144.48129.57-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.32%
GREEN value IS 182 (71.48% from 255) = 30.80%
BLUE value IS 218 (85.55% from 255) = 36.89%
R=32.32%
G=30.80%
B=36.89%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1911822180.120.1700.1525532.7378.43
HexBFB6DAC110Fff214e
Octal277266332142101737741116
Binary10111111101101101101101011001000101111111111111000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB6DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB6DA; }

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

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

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

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

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

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

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

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