#BFB5DC

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

Shades of Melrose #BFB5DC

Tints of Melrose #BFB5DC

Color information

#BFB5DC (or 0xBFB5DC) is unknown color: approx Melrose. HEX triplet: BF, B5 and DC. RGB value is (191,181,220). Sum of RGB (Red+Green+Blue) = 191+181+220=592 (78% of max value = 765). Red value is 191 (75% from 255 or 32.26% from 592); Green value is 181 (71.09% from 255 or 30.57% from 592); Blue value is 220 (86.33% from 255 or 37.16% from 592); Max value from RGB is 220 - color contains mainly: blue. Hex color #BFB5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB5DC is #404A23. Grayscale: #BCBCBC. Windows color (decimal): -4213284 or 14464447. OLE color: 14464447.

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

Color convert

RGB191181220-
CMYK0.130.1800.14
HSL255.38º35.78%78.63%-
HSV(B)255.38º17.73%86.27%-
XYZ50.9349.2974.54-
YUV188.44145.81129.83-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.26%
GREEN value IS 181 (71.09% from 255) = 30.57%
BLUE value IS 220 (86.33% from 255) = 37.16%
R=32.26%
G=30.57%
B=37.16%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1911812200.130.1800.14255.3835.7878.63
HexBFB5DCD120Eff244f
Octal277265334152201637744117
Binary10111111101101011101110011011001001110111111111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB5DC; }

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

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

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

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

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

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

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

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