#BFB4DC

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

Shades of Melrose #BFB4DC

Tints of Melrose #BFB4DC

Color information

#BFB4DC (or 0xBFB4DC) is unknown color: approx Melrose. HEX triplet: BF, B4 and DC. RGB value is (191,180,220). Sum of RGB (Red+Green+Blue) = 191+180+220=591 (78% of max value = 765). Red value is 191 (75% from 255 or 32.32% from 591); Green value is 180 (70.70% from 255 or 30.46% from 591); Blue value is 220 (86.33% from 255 or 37.23% from 591); Max value from RGB is 220 - color contains mainly: blue. Hex color #BFB4DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB4DC is #404B23. Grayscale: #BBBBBB. Windows color (decimal): -4213540 or 14464191. OLE color: 14464191.

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

Color convert

RGB191180220-
CMYK0.130.1800.14
HSL256.5º36.36%78.43%-
HSV(B)256.5º18.18%86.27%-
XYZ50.7348.8974.47-
YUV187.85146.14130.25-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.32%
GREEN value IS 180 (70.70% from 255) = 30.46%
BLUE value IS 220 (86.33% from 255) = 37.23%
R=32.32%
G=30.46%
B=37.23%

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
Decimal1911802200.130.1800.14256.536.3678.43
HexBFB4DCD120E100244e
Octal277264334152201640044116
Binary101111111011010011011100110110010011101000000001001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB4DC; }

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

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

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

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

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

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

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

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