#BFB9DC

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

Shades of Melrose #BFB9DC

Tints of Melrose #BFB9DC

Color information

#BFB9DC (or 0xBFB9DC) is unknown color: approx Melrose. HEX triplet: BF, B9 and DC. RGB value is (191,185,220). Sum of RGB (Red+Green+Blue) = 191+185+220=596 (78% of max value = 765). Red value is 191 (75% from 255 or 32.05% from 596); Green value is 185 (72.66% from 255 or 31.04% from 596); Blue value is 220 (86.33% from 255 or 36.91% from 596); Max value from RGB is 220 - color contains mainly: blue. Hex color #BFB9DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB9DC is #404623. Grayscale: #BEBEBE. Windows color (decimal): -4212260 or 14465471. OLE color: 14465471.

HSL color Cylindrical-coordinate representation of color #BFB9DC: hue angle of 250.29º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BFB9DC is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB191185220-
CMYK0.130.1600.14
HSL250.29º33.33%79.41%-
HSV(B)250.29º15.91%86.27%-
XYZ51.7550.9474.82-
YUV190.78144.49128.15-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.05%
GREEN value IS 185 (72.66% from 255) = 31.04%
BLUE value IS 220 (86.33% from 255) = 36.91%
R=32.05%
G=31.04%
B=36.91%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1911852200.130.1600.14250.2933.3379.41
HexBFB9DCD100Efa214f
Octal277271334152001637241117
Binary10111111101110011101110011011000001110111110101000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB9DC; }

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

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

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

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

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

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

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

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