#BFB6DC

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

Shades of Melrose #BFB6DC

Tints of Melrose #BFB6DC

Color information

#BFB6DC (or 0xBFB6DC) is unknown color: approx Melrose. HEX triplet: BF, B6 and DC. RGB value is (191,182,220). Sum of RGB (Red+Green+Blue) = 191+182+220=593 (78% of max value = 765). Red value is 191 (75% from 255 or 32.21% from 593); Green value is 182 (71.48% from 255 or 30.69% from 593); Blue value is 220 (86.33% from 255 or 37.10% from 593); Max value from RGB is 220 - color contains mainly: blue. Hex color #BFB6DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB6DC is #404923. Grayscale: #BCBCBC. Windows color (decimal): -4213028 or 14464703. OLE color: 14464703.

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

Color convert

RGB191182220-
CMYK0.130.1700.14
HSL254.21º35.19%78.82%-
HSV(B)254.21º17.27%86.27%-
XYZ51.1349.774.61-
YUV189.02145.48129.41-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.21%
GREEN value IS 182 (71.48% from 255) = 30.69%
BLUE value IS 220 (86.33% from 255) = 37.10%
R=32.21%
G=30.69%
B=37.10%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1911822200.130.1700.14254.2135.1978.82
HexBFB6DCD110Efe234f
Octal277266334152101637643117
Binary10111111101101101101110011011000101110111111101000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB6DC; }

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

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

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

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

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

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

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

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